Update main.yml

This commit is contained in:
Justin Hammond 2021-12-02 12:03:43 +08:00 committed by GitHub
parent 2d68bc17fa
commit 8d42123527
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,7 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
if: github.event_name != 'pull_request'
with:
registry: ghcr.io
username: ${{ github.repository_owner }}