We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d440fd0 commit 190f1b7Copy full SHA for 190f1b7
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
go-version-file: go.mod
28
- uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
29
- name: Login to GitHub Container Registry
30
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
31
with:
32
registry: ghcr.io
33
username: ${{ github.actor }}
0 commit comments