github: fix ghcr token?

This commit is contained in:
Koushik Dutta
2022-12-20 08:54:52 -08:00
parent 66b1b5a325
commit 78a70e77c1

View File

@@ -54,7 +54,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.SCRYPTED_GHCR_TOKEN }}
- name: Build and push Docker image (scrypted)
uses: docker/build-push-action@v2