We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc296bc commit f66fa39Copy full SHA for f66fa39
1 file changed
.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
30
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
31
32
- name: Login to GitHub Container Registry
33
- uses: docker/login-action@v3
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
34
with:
35
registry: ghcr.io
36
username: ${{ github.actor }}
0 commit comments