Merge pull request #2190 from dexidp/docker

Update docker build config
This commit is contained in:
Márk Sági-Kazár 2021-06-28 22:45:42 +02:00 committed by GitHub
commit 59c7e20c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
password: ${{ github.token }}
if: github.event_name == 'push'
- name: Login to Docker Hub