Skip to content

Commit fe0cfd0

Browse files
committed
log in to ghcr
1 parent afc7cda commit fe0cfd0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-container.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
with:
2929
username: ${{ secrets.DOCKER_HUB_USER }}
3030
password: ${{ secrets.DOCKER_HUB_TOKEN }}
31+
- name: Login to GitHub Container Registry
32+
uses: docker/login-action@v3
33+
with:
34+
registry: ghcr.io
35+
username: ${{ github.repository_owner }}
36+
password: ${{ secrets.GITHUB_TOKEN }}
3137
- name: Set up Docker Buildx
3238
uses: docker/setup-buildx-action@v3
3339
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)