Skip to content
Snippets Groups Projects
Unverified Commit 5b44341e authored by chris48s's avatar chris48s Committed by GitHub
Browse files

log into the right registry (#9009)

parent 0dcfa76c
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ jobs:
- name: Login to GHCR
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
......
......@@ -40,6 +40,7 @@ jobs:
- name: Login to GHCR
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment