We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f6319 commit 85cd850Copy full SHA for 85cd850
.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@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
50
with:
51
registry: ghcr.io
52
username: ${{ github.actor }}
0 commit comments