From c3ecc82ae82acbc16863f5a432e46b7a6628e6bf Mon Sep 17 00:00:00 2001 From: sittichok Ouamsiri Date: Sat, 13 Jun 2026 23:28:07 +0700 Subject: [PATCH] fix: set image_owner to thistine so gitea.token can push packages Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/build.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index fee83c1..b4c1555 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -12,10 +12,8 @@ permissions: jobs: trigger-internal-build: - uses: infras/workflow-templates/.gitea/workflows/docker-template.yml@4e34f8467cfab0bf56b4155285a5612a3c9ec6d3 + uses: infras/workflow-templates/.gitea/workflows/docker-template.yml@9d34c16fceb781900c5c079ad06bccf499fbfb2e with: image_name: 'simple-http-server' - image_tag: ${{ gitea.ref_name }} - secrets: - REGISTRY_USER: ${{ secrets.REGISTRY_USER }} - REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }} \ No newline at end of file + image_owner: thistine + image_tag: ${{ gitea.ref_name }} \ No newline at end of file