fix GHCR login (#156)

pull/157/head
Josh Karpel 2 years ago committed by GitHub
parent 9277169e20
commit c32ddadf9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,8 +37,8 @@ jobs:
uses: docker/login-action@v2.1.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Image and Push to GHCR
uses: docker/build-push-action@v3.2.0
with:

Loading…
Cancel
Save