Skip to content

Commit 50fae05

Browse files
committed
Log in to GHCR
1 parent 69ea635 commit 50fae05

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-docker.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ jobs:
1616
# so we have to do it ourselves in a script.
1717
run: echo "repoowner=${{ github.repository_owner }}" | tr 'A-Z' 'a-z' >> "$GITHUB_OUTPUT"
1818

19+
-
20+
name: Login to GitHub Container Registry
21+
uses: docker/login-action@v2
22+
with:
23+
registry: ghcr.io
24+
username: ${{ github.repository_owner }}
25+
password: ${{ secrets.GITHUB_TOKEN }}
26+
1927
-
2028
name: Set up Docker Buildx
2129
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)