Merge pull request 'fix: added PAT REGISTRY_TOKEN' (#12) from dev-v0.7.x into main
All checks were successful
Build and Publish Docker Image (Semantic Cache) / build-and-push-semantic (push) Successful in 43m35s
Build and Publish Docker Image / build-and-push (push) Successful in 27m49s

Reviewed-on: https://bitfreedom.net/code/code/nomyo-ai/nomyo-router/pulls/12
This commit is contained in:
Alpha Nerd 2026-04-02 19:27:38 +02:00
commit 7a667c3a08
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