Skip to content

Commit 321dcfb

Browse files
authored
publish container on ghcr
1 parent 5859110 commit 321dcfb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ jobs:
3737
with:
3838
username: ${{ secrets.DOCKERHUB_USERNAME }}
3939
password: ${{ secrets.DOCKERHUB_TOKEN }}
40+
41+
- name: Log in to the Container registry
42+
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
43+
with:
44+
registry: ghcr.io
45+
username: ${{ github.actor }}
46+
password: ${{ secrets.GITHUB_TOKEN }}
4047

4148
- name: Build and push
4249
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)