From f78c25a6c470a07b571b05260777b1f4d1c2b66f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:08:03 +0000 Subject: [PATCH] chore(ci): bump docker/bake-action Bumps [docker/bake-action](https://github.com/docker/bake-action) from 52a1696536aaa8818afd3753a71ec46298b8a19b to 33a1cc61dab930ceab0181de8cdc34a8cc55e61d. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/52a1696536aaa8818afd3753a71ec46298b8a19b...33a1cc61dab930ceab0181de8cdc34a8cc55e61d) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/fvt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fvt.yml b/.github/workflows/fvt.yml index 2b97969ba..f17e53f63 100644 --- a/.github/workflows/fvt.yml +++ b/.github/workflows/fvt.yml @@ -35,7 +35,7 @@ jobs: uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0 id: buildx - name: Build FVT Docker Image - uses: docker/bake-action@52a1696536aaa8818afd3753a71ec46298b8a19b # master + uses: docker/bake-action@33a1cc61dab930ceab0181de8cdc34a8cc55e61d # master with: builder: ${{ steps.buildx.outputs.name }} files: docker-compose.yml