From 2c25ab402520c0e3efa1d835b49c6c0460e97b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 02:31:41 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.0.1 to 6.0.2 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 4deaa41872..591d6aa102 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.0.1 + uses: docker/build-push-action@v6.0.2 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.0.1 + uses: docker/build-push-action@v6.0.2 id: docker_build_test with: context: oci_build diff --git a/.github/workflows/oci-repush.yml b/.github/workflows/oci-repush.yml index a81971e635..c0f41241f8 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.0.1 + uses: docker/build-push-action@v6.0.2 id: docker_build with: context: oci_build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b58f19cc94..0e703f7213 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.0.1 + uses: docker/build-push-action@v6.0.2 id: docker_build with: context: oci_build diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 0049557154..d066f3370c 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -417,7 +417,7 @@ jobs: DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index - name: Build and push container image - uses: docker/build-push-action@v6.0.1 + uses: docker/build-push-action@v6.0.2 id: docker_build with: context: oci_build