There was an error while loading. Please reload this page.
1 parent e0c26ec commit 6e69c22Copy full SHA for 6e69c22
1 file changed
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
# able to prove the image still builds without being able to publish it.
67
- name: Log in to the registry
68
if: github.event_name != 'pull_request'
69
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
70
with:
71
registry: ${{ env.REGISTRY }}
72
username: ${{ github.actor }}
@@ -141,7 +141,7 @@ jobs:
141
142
persist-credentials: false
143
144
- - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
+ - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
145
146
147
0 commit comments