add PAT to secrets
Some checks failed
App Image CI / Build app image (push) Failing after -2m18s

This commit is contained in:
Cory Sanin 2025-04-25 23:16:11 -05:00
parent 1d79ae5577
commit 7be4a59b68

View File

@ -33,10 +33,9 @@ jobs:
with: with:
registry: ${{ env.GH_REGISTRY }} registry: ${{ env.GH_REGISTRY }}
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.PAT_TOKEN }}
- name: Extract metadata for Docker image - name: Extract metadata for Docker image
if: "!startsWith(github.ref, 'refs/tags/v')"
id: meta id: meta
uses: https://github.com/docker/metadata-action@v5 uses: https://github.com/docker/metadata-action@v5
with: with: