chore(CI): Switching to GHCR

This commit is contained in:
Timothy Stewart 2021-08-09 22:56:52 -05:00
parent 548b2138ec
commit 764abf61e1

View File

@ -41,8 +41,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PAT }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v2