fix login to ghcr.io

This commit is contained in:
Matthew R Kasun 2021-10-22 09:22:54 -04:00
parent 6bcd2bde7d
commit 8d83e422a1

View file

@ -20,7 +20,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ secrets.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push test
uses: docker/build-push-action@v2