This commit is contained in:
2021-05-18 01:06:42 +01:00
parent d50b217846
commit 11b346c29a

View File

@@ -35,8 +35,8 @@ jobs:
uses: docker/login-action@v1 uses: docker/login-action@v1
with: with:
registry: ghcr.io registry: ghcr.io
username: HotaruBlaze username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push - name: Build and push
id: docker_build id: docker_build