From 602158a75209b50e3f7d026d0c2904dcc6550ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 16:04:01 +0000 Subject: [PATCH] Bump docker/bake-action from 4.3.0 to 5.1.0 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4.3.0 to 5.1.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v4.3.0...v5.1.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/image-stable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-stable.yml b/.github/workflows/image-stable.yml index 8246fef..6b255c8 100644 --- a/.github/workflows/image-stable.yml +++ b/.github/workflows/image-stable.yml @@ -37,7 +37,7 @@ jobs: password: ${{secrets.PAT_TOKEN}} - name: Build and push - uses: docker/bake-action@v4.3.0 + uses: docker/bake-action@v5.1.0 with: files: build/docker-bake.hcl push: true \ No newline at end of file