Fix secret name

This commit is contained in:
Florian Piesche
2022-06-13 18:31:24 +01:00
committed by GitHub
parent 01114d9309
commit 8a6a578e60

View File

@@ -73,7 +73,7 @@ jobs:
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: build & push images - name: build & push images
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2