From 4c6552cf8f4fb1508f36c445e0212a41d2e2a20b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 00:45:44 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to 4f58ea7 in .github/workflows/testing-env-image.yml (main) (#4970) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/atlantis-image.yml | 4 ++-- .github/workflows/testing-env-image.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/atlantis-image.yml b/.github/workflows/atlantis-image.yml index 5ffdbe77b6..7508753a8e 100644 --- a/.github/workflows/atlantis-image.yml +++ b/.github/workflows/atlantis-image.yml @@ -130,7 +130,7 @@ jobs: - name: "Build ${{ env.PUSH == 'true' && 'and push' || '' }} ${{ env.DOCKER_REPO }} image" if: contains(fromJson('["push", "pull_request"]'), github.event_name) - uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6 with: cache-from: type=gha cache-to: type=gha,mode=max @@ -171,7 +171,7 @@ jobs: - name: "Build and load into Docker" if: contains(fromJson('["push", "pull_request"]'), github.event_name) - uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6 with: cache-from: type=gha cache-to: type=gha,mode=max diff --git a/.github/workflows/testing-env-image.yml b/.github/workflows/testing-env-image.yml index 146ecb717c..a72edbfaae 100644 --- a/.github/workflows/testing-env-image.yml +++ b/.github/workflows/testing-env-image.yml @@ -60,7 +60,7 @@ jobs: - run: echo "TODAY=$(date +"%Y.%m.%d")" >> $GITHUB_ENV - name: Build and push testing-env:${{env.TODAY}} image - uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6 with: cache-from: type=gha cache-to: type=gha,mode=max