Looking at the logs, the PAT has insufficient rights ; gonna try the default PAT

This commit is contained in:
Goulven Bourveau 2025-04-12 13:43:46 +02:00
parent 6e693eb0de
commit dd64b4f8e7

View file

@ -31,7 +31,7 @@ jobs:
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.PAT }} password: ${{ secrets.GITHUB_TOKEN }}
- -
name: Build and push name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6