From fdc3b511825ce82330f57319d669c43f5b7a17ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:18:39 +0000 Subject: [PATCH] Bump docker/build-push-action from 5.4.0 to 6.0.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.0.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/ca052bb54ab0790a636c9b5f226502c73d547a25...94f8f8c2eec4bc3f1d78c1755580779804cb87b2) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/containers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containers.yaml b/.github/workflows/containers.yaml index f3ac19e4c7..cfd803a767 100644 --- a/.github/workflows/containers.yaml +++ b/.github/workflows/containers.yaml @@ -65,7 +65,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build & Deploy ${{ matrix.dockerfile[0] }} - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 + uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 with: file: ${{matrix.dockerfile[1]}} platforms: linux/amd64