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