This commit is contained in:
hay-kot
2021-06-11 22:40:21 -08:00
parent 5baaf07405
commit 870f322efd
2 changed files with 31 additions and 2 deletions

View File

@@ -18,8 +18,8 @@ jobs:
- name: Log in to GitHub Docker Registry
uses: docker/login-action@v1
with:
registry: ghrc.io
username: ${{ github.actor }}
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build container image
uses: docker/build-push-action@v2