File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158
158
- name : " 📦 Build and push"
159
159
id : task_release_gh_push
160
160
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' )
162
162
with :
163
163
context : .
164
164
file : Dockerfile
@@ -267,7 +267,7 @@ jobs:
267
267
- name : " 📦 Build and push"
268
268
id : task_release_dh_push
269
269
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' )
271
271
with :
272
272
context : .
273
273
file : Dockerfile
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ jobs:
271
271
- name : " 📦 Build and push"
272
272
id : task_release_dh_push
273
273
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' )
275
275
with :
276
276
context : .
277
277
file : Dockerfile-php.template
You can’t perform that action at this time.
0 commit comments