From 8ea79d8d5ce6e0c8e7907df0d5a05da96ba0243d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 11:31:43 +0000 Subject: [PATCH] Bump docker/bake-action from 5.5.0 to 5.10.0 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.5.0 to 5.10.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v5.5.0...v5.10.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 5f818a3..18e84d0 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -37,7 +37,7 @@ jobs: password: ${{secrets.PAT_TOKEN}} - name: Build and push - uses: docker/bake-action@v5.5.0 + uses: docker/bake-action@v5.10.0 with: files: build/docker-bake.hcl push: true