From 374871ef9120ed9bac26ab128c8a4999c1ffae29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 03:33:36 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.9.0 to 6.10.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.9.0 to 6.10.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.9.0...v6.10.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/oci-repush.yml | 2 +- .github/workflows/release-proxy.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/snapshot.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77f97e106b..4bbc289471 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -325,7 +325,7 @@ jobs: - name: Build and push container image if: github.event.inputs.skip_build == 'false' - uses: docker/build-push-action@v6.9.0 + uses: docker/build-push-action@v6.10.0 id: docker_build with: context: oci_build @@ -365,7 +365,7 @@ jobs: # Testing - name: Build and load container image for test - uses: docker/build-push-action@v6.9.0 + uses: docker/build-push-action@v6.10.0 id: docker_build_test with: context: oci_build diff --git a/.github/workflows/oci-repush.yml b/.github/workflows/oci-repush.yml index c85581bc95..dfe0c9b89f 100644 --- a/.github/workflows/oci-repush.yml +++ b/.github/workflows/oci-repush.yml @@ -107,7 +107,7 @@ jobs: DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index - name: Build and push container image - uses: docker/build-push-action@v6.9.0 + uses: docker/build-push-action@v6.10.0 id: docker_build with: context: oci_build diff --git a/.github/workflows/release-proxy.yml b/.github/workflows/release-proxy.yml index 884535684f..19e3782346 100644 --- a/.github/workflows/release-proxy.yml +++ b/.github/workflows/release-proxy.yml @@ -75,7 +75,7 @@ jobs: echo "branch_tag=${BRANCH_TAG}" >> $GITHUB_OUTPUT - name: Build and push container image - uses: docker/build-push-action@v6.9.0 + uses: docker/build-push-action@v6.10.0 id: docker_build with: context: home-assistant-addon-proxy diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 440fa92049..917a217dd6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -440,7 +440,7 @@ jobs: - name: Build and push container image if: github.event.inputs.skip_build == 'false' - uses: docker/build-push-action@v6.9.0 + uses: docker/build-push-action@v6.10.0 id: docker_build with: context: oci_build diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index e777b6ca5f..a2464089b8 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -418,7 +418,7 @@ jobs: DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index - name: Build and push container image - uses: docker/build-push-action@v6.9.0 + uses: docker/build-push-action@v6.10.0 id: docker_build with: context: oci_build