We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aff7550 + 4448365 commit f1f5826Copy full SHA for f1f5826
1 file changed
.github/workflows/build_latest_image.yml
@@ -15,14 +15,14 @@ jobs:
15
- name: Checkout repository
16
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
17
- name: 'Login to GitHub Container Registry'
18
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
19
with:
20
registry: ghcr.io
21
username: ${{github.actor}}
22
password: ${{secrets.GITHUB_TOKEN}}
23
- name: Log into registry
24
if: github.event_name != 'pull_request'
25
26
27
28
username: ${{ github.actor }}
0 commit comments