We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffa8ee commit 637eea5Copy full SHA for 637eea5
.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@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f #pin@v3.3.0
+ uses: docker/login-action@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a #pin@v3.3.0
45
with:
46
registry: ghcr.io
47
username: ${{ github.actor }}
0 commit comments