Commit 35d6621 1 parent 69525a8 commit 35d6621 Copy full SHA for 35d6621
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ jobs:
374
374
375
375
- name : Docker Build & Push
376
376
if : github.event_name != 'workflow_dispatch'
377
- uses : docker/build-push-action@v5
377
+ uses : docker/build-push-action@v6
378
378
with :
379
379
cache-from : type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
380
380
cache-to : type=inline
@@ -390,7 +390,7 @@ jobs:
390
390
391
391
- name : Docker Build & Push
392
392
if : (github.event_name == 'workflow_dispatch' && github.event.inputs.force-builds)
393
- uses : docker/build-push-action@v5
393
+ uses : docker/build-push-action@v6
394
394
with :
395
395
cache-from : type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
396
396
cache-to : type=inline
Original file line number Diff line number Diff line change 31
31
buildkitd-flags : " --debug"
32
32
33
33
- name : Docker Build
34
- uses : docker/build-push-action@v5
34
+ uses : docker/build-push-action@v6
35
35
with :
36
36
cache-from : type=gha
37
37
cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments