Use GITHUB_TOKEN for authentication again

was overriden by upstream sync
This commit is contained in:
hoellen 2022-05-06 09:46:11 +02:00
parent 3c945d7ee7
commit f194e4b319

View File

@ -45,7 +45,7 @@ jobs:
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Set Docker metadata - name: Set Docker metadata
id: meta id: meta