From d0bd279e8a7c9d759258d5092bda2b53dac3571e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:40:26 +0000 Subject: [PATCH] chore(ci): bump docker/bake-action (#2782) Bumps [docker/bake-action](https://github.com/docker/bake-action) from cff93986225aa60b529e85c83a08f7df996a8d48 to 52a1696536aaa8818afd3753a71ec46298b8a19b. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/cff93986225aa60b529e85c83a08f7df996a8d48...52a1696536aaa8818afd3753a71ec46298b8a19b) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 0b0c0e21c..baf54689b 100644 --- a/.github/workflows/fvt.yml +++ b/.github/workflows/fvt.yml @@ -33,7 +33,7 @@ jobs: uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0 id: buildx - name: Build FVT Docker Image - uses: docker/bake-action@cff93986225aa60b529e85c83a08f7df996a8d48 # master + uses: docker/bake-action@52a1696536aaa8818afd3753a71ec46298b8a19b # master with: builder: ${{ steps.buildx.outputs.name }} files: docker-compose.yml