From 8e4a510b8e7768cf6d04b95d40c6d99550a1b967 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:09:29 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to 94f8f8c 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 6bc6294..8b61425 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@c382f710d39a5bb4e430307530a720f50c2d3318 # v6 + uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # 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@c382f710d39a5bb4e430307530a720f50c2d3318 # v6 + uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6 with: context: . platforms: ${{ env.PLATFORMS }}