chore(deps): update docker/build-push-action digest to ca877d9 in .github/workflows/testing-env-image.yml (main) (#5273)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-01-25 01:31:26 +00:00
committed by GitHub
parent cbd70c9886
commit 23bd14f884
2 changed files with 3 additions and 3 deletions

View File

@@ -145,7 +145,7 @@ jobs:
- name: "Build ${{ env.PUSH == 'true' && 'and push' || '' }} ${{ env.DOCKER_REPO }} image"
id: build
if: contains(fromJson('["push", "pull_request"]'), github.event_name)
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
with:
cache-from: type=gha
cache-to: type=gha,mode=max
@@ -209,7 +209,7 @@ jobs:
- name: "Build and load into Docker"
if: contains(fromJson('["push", "pull_request"]'), github.event_name)
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
with:
cache-from: type=gha
cache-to: type=gha,mode=max

View File

@@ -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@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
with:
cache-from: type=gha
cache-to: type=gha,mode=max