Try to use GITHUB_TOKEN instead of GCR_BOT_PAT
This commit is contained in:
parent
1a62db5e30
commit
51e0267b34
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GCR_BOT_PAT }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
if: ${{ matrix.publish }}
|
||||
|
||||
- name: Login to Quay.io
|
||||
|
||||
Loading…
Reference in New Issue
Block a user