We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355cb16 commit 2e4b7d8Copy full SHA for 2e4b7d8
.github/workflows/release.yaml
@@ -27,7 +27,7 @@ jobs:
27
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
28
29
- name: Login to GitHub Container Registry
30
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
31
with:
32
registry: ghcr.io
33
username: ${{ github.actor }}
0 commit comments