File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ jobs:
325
325
326
326
- name : Build and push container image
327
327
if : github.event.inputs.full_build == 'true'
328
- uses : docker/build-push-action@v6.11 .0
328
+ uses : docker/build-push-action@v6.12 .0
329
329
id : docker_build
330
330
with :
331
331
context : oci_build
@@ -365,7 +365,7 @@ jobs:
365
365
366
366
# Testing
367
367
- name : Build and load container image for test
368
- uses : docker/build-push-action@v6.11 .0
368
+ uses : docker/build-push-action@v6.12 .0
369
369
id : docker_build_test
370
370
with :
371
371
context : oci_build
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
108
108
109
109
- name : Build and push container image
110
- uses : docker/build-push-action@v6.11 .0
110
+ uses : docker/build-push-action@v6.12 .0
111
111
id : docker_build
112
112
with :
113
113
context : oci_build
Original file line number Diff line number Diff line change 75
75
echo "branch_tag=${BRANCH_TAG}" >> $GITHUB_OUTPUT
76
76
77
77
- name : Build and push container image
78
- uses : docker/build-push-action@v6.11 .0
78
+ uses : docker/build-push-action@v6.12 .0
79
79
id : docker_build
80
80
with :
81
81
context : home-assistant-addon-proxy
Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ jobs:
446
446
447
447
- name : Build and push container image
448
448
if : github.event.inputs.test_workflow != 'true'
449
- uses : docker/build-push-action@v6.11 .0
449
+ uses : docker/build-push-action@v6.12 .0
450
450
id : docker_build
451
451
with :
452
452
context : oci_build
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ jobs:
423
423
DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
424
424
425
425
- name : Build and push container image
426
- uses : docker/build-push-action@v6.11 .0
426
+ uses : docker/build-push-action@v6.12 .0
427
427
id : docker_build
428
428
with :
429
429
context : oci_build
You can’t perform that action at this time.
0 commit comments