From 95505a17a97f2bf1ebe20c7d8d315eed800308a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 02:57:16 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.7.0 to 6.8.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.7.0...v6.8.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.yml | 2 +- .github/workflows/snapshot.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d94a48e4c..b810bf81c6 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.7.0 + uses: docker/build-push-action@v6.8.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.7.0 + uses: docker/build-push-action@v6.8.0 id: docker_build_test with: context: oci_build diff --git a/.github/workflows/oci-repush.yml b/.github/workflows/oci-repush.yml index bca7b456da..85e9740a12 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.7.0 + uses: docker/build-push-action@v6.8.0 id: docker_build with: context: oci_build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b15aa2e05..12a7a770b6 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.7.0 + uses: docker/build-push-action@v6.8.0 id: docker_build with: context: oci_build diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index ee4ebbf436..3c7fc90e55 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.7.0 + uses: docker/build-push-action@v6.8.0 id: docker_build with: context: oci_build