Skip to content

Commit 23bd14f

Browse files
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>
1 parent cbd70c9 commit 23bd14f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/atlantis-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: "Build ${{ env.PUSH == 'true' && 'and push' || '' }} ${{ env.DOCKER_REPO }} image"
146146
id: build
147147
if: contains(fromJson('["push", "pull_request"]'), github.event_name)
148-
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6
148+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
149149
with:
150150
cache-from: type=gha
151151
cache-to: type=gha,mode=max
@@ -209,7 +209,7 @@ jobs:
209209
210210
- name: "Build and load into Docker"
211211
if: contains(fromJson('["push", "pull_request"]'), github.event_name)
212-
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6
212+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
213213
with:
214214
cache-from: type=gha
215215
cache-to: type=gha,mode=max

.github/workflows/testing-env-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- run: echo "TODAY=$(date +"%Y.%m.%d")" >> $GITHUB_ENV
6262
- name: Build and push testing-env:${{env.TODAY}} image
63-
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6
63+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
6464
with:
6565
cache-from: type=gha
6666
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)