@@ -144,12 +144,12 @@ jobs:
144
144
- name : " 🪪 Debug › Print"
145
145
id : task_release_gh_print
146
146
run : |
147
- echo "registry ............. Github"
148
- echo "github.actor.......... ${{ github.actor }}"
149
- echo "github.ref ........... ${{ github.ref }}"
150
- echo "github.event_name .... ${{ github.event_name }}"
151
- echo "tags ................. ${{ steps.task_release_gh_meta.outputs.tags }}"
152
- echo "labels ............... ${{ steps.task_release_gh_meta.outputs.labels }}"
147
+ echo "registry ............. Github"
148
+ echo "github.actor.......... ${{ github.actor }}"
149
+ echo "github.ref ........... ${{ github.ref }}"
150
+ echo "github.event_name .... ${{ github.event_name }}"
151
+ echo "tags ................. ${{ steps.task_release_gh_meta.outputs.tags }}"
152
+ echo "labels ............... ${{ steps.task_release_gh_meta.outputs.labels }}"
153
153
154
154
# #
155
155
# Release > Github > Build and Push
@@ -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' )
161
+ if : ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
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' )
270
+ if : ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
271
271
with :
272
272
context : .
273
273
file : Dockerfile
0 commit comments