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 @@ -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 : .
@@ -267,7 +267,7 @@ jobs:
267
267
268
268
- name : " 📦 Build and push"
269
269
id : task_release_dh_push
270
- uses : docker/build-push-action@v3
270
+ uses : docker/build-push-action@v6
271
271
if : ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' )
272
272
with :
273
273
context : .
You can’t perform that action at this time.
0 commit comments