We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb6ee89 + 2f573d5 commit d6bf7f6Copy full SHA for d6bf7f6
1 file changed
.github/workflows/build.yml
@@ -96,7 +96,7 @@ jobs:
96
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
97
98
- name: Login to GitHub Container Registry
99
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
100
with:
101
registry: ${{ env.REGISTRY }}
102
username: ${{ github.actor }}
0 commit comments