forked from tas/major_tom
Use external hostname for container registry push
The Gitea container registry token service scopes tokens to ROOT_URL (git.schick-web.site). Pushing to the internal hostname (git.kimchi) causes auth failures because the token domain doesn't match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -5,8 +5,8 @@ on:
|
|||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: git.kimchi
|
REGISTRY: git.schick-web.site
|
||||||
IMAGE: git.kimchi/tas/major_tom
|
IMAGE: git.schick-web.site/tas/major_tom
|
||||||
NAMESPACE: jnr-web
|
NAMESPACE: jnr-web
|
||||||
DEPLOYMENT: jnr-web
|
DEPLOYMENT: jnr-web
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user