From 521470344219cad7c18415dd88bc72fdcdf9f60a Mon Sep 17 00:00:00 2001 From: "unhesitatingeffectivebot[bot]" <109002416+unhesitatingeffectivebot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:20:30 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to 4f58ea7 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c1953a9..e1d0695 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -78,7 +78,7 @@ jobs: ### https://github.com/docker/buildx/blob/master/docs/reference/buildx_build.md - name: Build image 🛠 id: build - uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6 with: builder: ${{ steps.buildx.outputs.name }} platforms: ${{ env.platforms }}