fix: added PAT REGISTRY_TOKEN

This commit is contained in:
Alpha Nerd 2026-04-02 19:26:43 +02:00
parent 0a69e56e61
commit 403abd5357
Signed by: alpha-nerd
SSH key fingerprint: SHA256:QkkAgVoYi9TQ0UKPkiKSfnerZy2h4qhi3SVPXJmBN+M
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ jobs:
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract Docker metadata - name: Extract Docker metadata
id: meta id: meta

View file

@ -59,7 +59,7 @@ jobs:
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract Docker metadata - name: Extract Docker metadata
id: meta id: meta