File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145
145
- name : " Build ${{ env.PUSH == 'true' && 'and push' || '' }} ${{ env.DOCKER_REPO }} image"
146
146
id : build
147
147
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
149
149
with :
150
150
cache-from : type=gha
151
151
cache-to : type=gha,mode=max
@@ -209,7 +209,7 @@ jobs:
209
209
210
210
- name : " Build and load into Docker"
211
211
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
213
213
with :
214
214
cache-from : type=gha
215
215
cache-to : type=gha,mode=max
Original file line number Diff line number Diff line change 60
60
61
61
- run : echo "TODAY=$(date +"%Y.%m.%d")" >> $GITHUB_ENV
62
62
- 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
64
64
with :
65
65
cache-from : type=gha
66
66
cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments