try to fix docker pipeline using as password github_token & username repository_owner

This commit is contained in:
Bernat Vadell 2023-03-20 16:32:52 +01:00
parent 584add5c18
commit 98b31b789c

View file

@ -41,7 +41,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image (versioned)
if: github.event_name == 'push'