switch to ghcr token in docker action

This commit is contained in:
MarconLP 2023-07-16 20:05:27 +02:00
parent 32f37e5526
commit 91d4c75b25
No known key found for this signature in database
GPG key ID: F4CAFFDFA3451D5E

View file

@ -19,7 +19,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_TOKEN }}
- name: Build and push Docker image to ghcr.io
uses: docker/build-push-action@v2