fix github token

pull/18/merge
Akhil Gupta 4 years ago committed by GitHub
parent 6a7e69c317
commit 8a0878f1a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.CR_PAT }}
-
name: Build and push
uses: docker/build-push-action@v2

Loading…
Cancel
Save