Skip to content

Commit b73a5fa

Browse files
committed
ci: update workflow
1 parent 780aa4e commit b73a5fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-docker-main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
- name: "📦 Build and push"
159159
id: task_release_gh_push
160160
uses: docker/build-push-action@v3
161-
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
161+
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' )
162162
with:
163163
context: .
164164
file: Dockerfile
@@ -267,7 +267,7 @@ jobs:
267267
- name: "📦 Build and push"
268268
id: task_release_dh_push
269269
uses: docker/build-push-action@v3
270-
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
270+
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' )
271271
with:
272272
context: .
273273
file: Dockerfile

.github/workflows/deploy-docker-php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
- name: "📦 Build and push"
272272
id: task_release_dh_push
273273
uses: docker/build-push-action@v3
274-
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
274+
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' )
275275
with:
276276
context: .
277277
file: Dockerfile-php.template

0 commit comments

Comments
 (0)