From a40c09c201a4a7eeae72f6fc1c19c7ca0862bb00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:13:02 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 5.0.0 to 5.2.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v5.2.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/docker-builds.yml | 2 +- .github/workflows/docker-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-builds.yml b/.github/workflows/docker-builds.yml index 032b6e4a..cc2711c0 100644 --- a/.github/workflows/docker-builds.yml +++ b/.github/workflows/docker-builds.yml @@ -45,7 +45,7 @@ jobs: with: images: ${{ matrix.image }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v5.2.0 with: context: . platforms: linux/amd64,linux/arm64,linux/s390x diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index c9515849..3a29e470 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -73,7 +73,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 + uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0 with: context: . push: ${{ github.event_name != 'pull_request' }}