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 b48c54a commit cb14fccCopy full SHA for cb14fcc
.github/workflows/release.yaml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Login to GitHub Container Registry
62
if: ${{ env.SKIP != 'true' }}
63
- uses: docker/login-action@v3
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
64
with:
65
registry: ghcr.io
66
username: ${{ github.actor }}
0 commit comments