File tree 1 file changed +4
-4
lines changed
1 file 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' ) || ( github.event_name == 'push' )
162
162
with :
163
163
context : .
@@ -268,7 +268,7 @@ jobs:
268
268
269
269
- name : " 📦 Build and push"
270
270
id : task_release_dh_push
271
- uses : docker/build-push-action@v3
271
+ uses : docker/build-push-action@v6
272
272
if : ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
273
273
with :
274
274
context : .
@@ -379,7 +379,7 @@ jobs:
379
379
380
380
- name : " 📦 Build and push"
381
381
id : task_release_gh_push
382
- uses : docker/build-push-action@v3
382
+ uses : docker/build-push-action@v6
383
383
if : ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
384
384
with :
385
385
context : .
@@ -489,7 +489,7 @@ jobs:
489
489
490
490
- name : " 📦 Build and push"
491
491
id : task_release_dh_push
492
- uses : docker/build-push-action@v3
492
+ uses : docker/build-push-action@v6
493
493
if : ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
494
494
with :
495
495
context : .
You can’t perform that action at this time.
0 commit comments