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