We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f7a15 commit f8b7048Copy full SHA for f8b7048
.github/workflows/release_image.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Log into ghcr registry
48
if: github.event_name != 'pull_request'
49
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
50
with:
51
registry: ghcr.io
52
username: ${{ github.actor }}
0 commit comments