Skip to content

Commit 0b930c8

Browse files
Also publish to ghcr.io
1 parent 60abfaf commit 0b930c8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release_dockerhub.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ jobs:
2929
username: ${{ secrets.DOCKER_USERNAME }}
3030
password: ${{ secrets.DOCKER_PASSWORD }}
3131

32+
- name: Log in to the GitHub Container registry
33+
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
34+
with:
35+
registry: ghcr.io
36+
username: ${{ github.actor }}
37+
password: ${{ secrets.GITHUB_TOKEN }}
38+
3239
- name: Set up Docker Buildx
3340
id: buildx
3441
uses: docker/setup-buildx-action@v1

0 commit comments

Comments
 (0)