From 8d8f7d048e465b689d9b5334c220034fd47b66fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:40:23 +0200 Subject: [PATCH] Bump docker/bake-action from 4 to 5 (#207) Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4 to 5. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 25a9c6a..b2d005e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: echo tags="latest,${version}" >> $GITHUB_OUTPUT - name: Build and Push - uses: docker/bake-action@v4 + uses: docker/bake-action@v5 env: TAGS: "${{ steps.tags.outputs.tags }}" REGISTRY: "natsio"