Trying to bring CI/CD back to life

This commit is contained in:
Neale Pickett 2022-03-31 14:13:02 -06:00
parent 7e78a848cd
commit a90b4c2738
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1