fix: pass PAT secrets to template for registry auth

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
sittichok Ouamsiri
2026-06-13 23:24:17 +07:00
co-authored by Claude Sonnet 4.6
parent a30c3117b5
commit b14e70792e
+5 -2
View File
@@ -12,7 +12,10 @@ permissions:
jobs: jobs:
trigger-internal-build: trigger-internal-build:
uses: infras/workflow-templates/.gitea/workflows/docker-template.yml@c136ee94507f337048f0257465d52f5a270e308a uses: infras/workflow-templates/.gitea/workflows/docker-template.yml@4e34f8467cfab0bf56b4155285a5612a3c9ec6d3
with: with:
image_name: 'simple-http-server' image_name: 'simple-http-server'
image_tag: ${{ gitea.ref_name }} image_tag: ${{ gitea.ref_name }}
secrets:
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}