From 760c0aeb68b31280bc302c93f5104a324e2a27bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:46:34 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to 1ca370b 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 49c67f7..8a301e9 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@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6 + uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # 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@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6 + uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6 with: context: . platforms: ${{ env.PLATFORMS }}