Skip to content

Commit 7ff473e

Browse files
committed
Add deploy to github container registry
1 parent 2cebe82 commit 7ff473e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.repository_owner }}
24-
password: ${{ secrets.GITHUB_TOKEN }}
24+
password: ${{ secrets.GHCR_TOKEN }}
2525

2626
- name: Build and push backend Docker image
2727
uses: docker/build-push-action@v3

0 commit comments

Comments
 (0)