Skip to content

Commit 6e69c22

Browse files
Update docker/login-action action to v3.7.0
1 parent e0c26ec commit 6e69c22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# able to prove the image still builds without being able to publish it.
6767
- name: Log in to the registry
6868
if: github.event_name != 'pull_request'
69-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
69+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
7070
with:
7171
registry: ${{ env.REGISTRY }}
7272
username: ${{ github.actor }}
@@ -141,7 +141,7 @@ jobs:
141141
with:
142142
persist-credentials: false
143143

144-
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
144+
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
145145
with:
146146
registry: ${{ env.REGISTRY }}
147147
username: ${{ github.actor }}

0 commit comments

Comments
 (0)