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 f7b25ce commit bad27a1Copy full SHA for bad27a1
.github/workflows/build-packages.yaml
@@ -103,7 +103,7 @@ jobs:
103
steps:
104
- name: Log into GHCR
105
if: github.event_name != 'pull_request'
106
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
107
with:
108
registry: ghcr.io
109
username: ${{ github.actor }}
0 commit comments