We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323e4f0 commit 14e2cccCopy full SHA for 14e2ccc
.github/workflows/release.yaml
@@ -41,7 +41,7 @@ jobs:
41
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
42
43
- name: Login to GitHub Container Registry
44
- uses: docker/login-action@da5b89b92c1be57a07eeed1334a0728b94145654 #pin@v3.3.0
+ uses: docker/login-action@a0d57b8e43b6ef1cca20559d68cec2227e63fccd #pin@v3.3.0
45
with:
46
registry: ghcr.io
47
username: ${{ github.actor }}
0 commit comments