File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
158
158
- name : " 📦 Build and push"
159
159
id : task_release_gh_push
160
- uses : docker/build-push-action@v3
160
+ uses : docker/build-push-action@v6
161
161
if : ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' )
162
162
with :
163
163
context : .
@@ -266,7 +266,7 @@ jobs:
266
266
267
267
- name : " 📦 Build and push"
268
268
id : task_release_dh_push
269
- uses : docker/build-push-action@v3
269
+ uses : docker/build-push-action@v6
270
270
if : ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' )
271
271
with :
272
272
context : .
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159
159
160
160
- name : " 📦 Build and push"
161
161
id : task_release_gh_push
162
- uses : docker/build-push-action@v3
162
+ uses : docker/build-push-action@v6
163
163
if : ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
164
164
with :
165
165
context : .
@@ -270,7 +270,7 @@ jobs:
270
270
271
271
- name : " 📦 Build and push"
272
272
id : task_release_dh_push
273
- uses : docker/build-push-action@v3
273
+ uses : docker/build-push-action@v6
274
274
if : ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' )
275
275
with :
276
276
context : .
You can’t perform that action at this time.
0 commit comments