Skip to content

Commit e80bad5

Browse files
authored
Add registry specification for GHCR login
1 parent 4be297e commit e80bad5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Log in to GHCR
1818
uses: docker/login-action@v2
1919
with:
20+
registry: ghcr.io
2021
username: ${{ github.actor }}
2122
password: ${{ secrets.GITHUB_TOKEN }}
2223

0 commit comments

Comments
 (0)