From 2b0c23db4e425de8913437f14e9aa0ecb9aba189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 21:24:17 +0000 Subject: [PATCH] build(deps): bump docker/bake-action from 5 to 6 Bumps [docker/bake-action](/~https://github.com/docker/bake-action) from 5 to 6. - [Release notes](/~https://github.com/docker/bake-action/releases) - [Commits](/~https://github.com/docker/bake-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index aaea5ed..7a0b2c2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -92,7 +92,7 @@ jobs: ${{ steps.meta-distroless.outputs.bake-file }} > /tmp/bake-metadata.json - name: Build container image - uses: docker/bake-action@v5 + uses: docker/bake-action@v6 with: pull: true push: true