Skip to content

Commit 78356c8

Browse files
Bump docker/build-push-action from 6.17.0 to 6.18.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.17.0 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.17.0...v6.18.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9705468 commit 78356c8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ jobs:
325325

326326
- name: Build and push container image
327327
if: github.event.inputs.full_build == 'true'
328-
uses: docker/build-push-action@v6.17.0
328+
uses: docker/build-push-action@v6.18.0
329329
id: docker_build
330330
with:
331331
context: oci_build
@@ -365,7 +365,7 @@ jobs:
365365

366366
# Testing
367367
- name: Build and load container image for test
368-
uses: docker/build-push-action@v6.17.0
368+
uses: docker/build-push-action@v6.18.0
369369
id: docker_build_test
370370
with:
371371
context: oci_build

.github/workflows/oci-repush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
108108

109109
- name: Build and push container image
110-
uses: docker/build-push-action@v6.17.0
110+
uses: docker/build-push-action@v6.18.0
111111
id: docker_build
112112
with:
113113
context: oci_build

.github/workflows/release-proxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
echo "branch_tag=${BRANCH_TAG}" >> $GITHUB_OUTPUT
7676
7777
- name: Build and push container image
78-
uses: docker/build-push-action@v6.17.0
78+
uses: docker/build-push-action@v6.18.0
7979
id: docker_build
8080
with:
8181
context: home-assistant-addon-proxy

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ jobs:
468468

469469
- name: Build and push container image
470470
if: github.event.inputs.test_workflow != 'true'
471-
uses: docker/build-push-action@v6.17.0
471+
uses: docker/build-push-action@v6.18.0
472472
id: docker_build
473473
with:
474474
context: oci_build

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ jobs:
446446
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
447447

448448
- name: Build and push container image
449-
uses: docker/build-push-action@v6.17.0
449+
uses: docker/build-push-action@v6.18.0
450450
id: docker_build
451451
with:
452452
context: oci_build

0 commit comments

Comments
 (0)