From 6d18e07d981aae9429466252f4ff96fb2ba60e9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 06:54:19 +0100 Subject: [PATCH] Bump docker/build-push-action from 5.2.0 to 5.3.0 (#2679) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 6deafa60df..7e3d73585b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -297,7 +297,7 @@ jobs: - name: Build and push container image if: github.event.inputs.skip_build == 'false' - uses: docker/build-push-action@v5.2.0 + uses: docker/build-push-action@v5.3.0 id: docker_build with: context: oci_build @@ -336,7 +336,7 @@ jobs: # Testing - name: Build and load container image for test - uses: docker/build-push-action@v5.2.0 + uses: docker/build-push-action@v5.3.0 id: docker_build_test with: context: oci_build diff --git a/.github/workflows/oci-repush.yml b/.github/workflows/oci-repush.yml index 7b4a2b9e81..f3f469ee57 100644 --- a/.github/workflows/oci-repush.yml +++ b/.github/workflows/oci-repush.yml @@ -80,7 +80,7 @@ jobs: password: ${{ secrets.CR_PAT }} - name: Build and push container image - uses: docker/build-push-action@v5.2.0 + uses: docker/build-push-action@v5.3.0 id: docker_build with: context: oci_build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99623f441e..a8c63692af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -394,7 +394,7 @@ jobs: - name: Build and push container image if: github.event.inputs.skip_build == 'false' - uses: docker/build-push-action@v5.2.0 + uses: docker/build-push-action@v5.3.0 id: docker_build with: context: oci_build diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index e78256e2d6..f48e72633d 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -364,7 +364,7 @@ jobs: password: ${{ secrets.CR_PAT }} - name: Build and push container image - uses: docker/build-push-action@v5.2.0 + uses: docker/build-push-action@v5.3.0 id: docker_build with: context: oci_build