fix: added PAT REGISTRY_TOKEN #12

Merged
alpha-nerd merged 1 commit from dev-v0.7.x into main 2026-04-02 19:27:39 +02:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

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