From 40124c937fc4097f721dfc1ee733c00ebd69e513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 01:56:41 +0000 Subject: [PATCH] build(deps): bump docker/bake-action from 5 to 6 (#448) --- .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