Disable docker build action (#494)

This commit is contained in:
Saeed Vaziry
2025-02-16 16:25:59 +01:00
committed by GitHub
parent 4d59529767
commit 75e554ad74
3 changed files with 10 additions and 14 deletions

View File

@ -2,9 +2,9 @@ name: Docker Latest
on:
workflow_dispatch:
push:
branches:
- 2.x
# push:
# branches:
# - 2.x
jobs:
build-and-push:

View File

@ -2,8 +2,8 @@ name: Docker Release
on:
workflow_dispatch:
release:
types: [ created ]
# release:
# types: [ created ]
jobs:
build-and-push: