From 04af08aea9cc37ff556997fdc903d0c7a461263d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:52:30 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to 31159d4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 442f3b9..fea1fd5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build test image - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6 with: context: . load: true @@ -47,7 +47,7 @@ jobs: echo "tags=${IMAGE}:latest,${IMAGE}:${version}" >> "$GITHUB_OUTPUT" - name: Build images - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6 with: context: . platforms: ${{ env.PLATFORMS }}