From 8ba2776460cd9303ef1f58cbb0cf4619a06b2420 Mon Sep 17 00:00:00 2001 From: sittichok Ouamsiri Date: Sat, 13 Jun 2026 23:43:17 +0700 Subject: [PATCH] fix: use default container repo --- .gitea/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d30575d..69d2f67 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -15,7 +15,6 @@ jobs: uses: infras/workflow-templates/.gitea/workflows/docker-template.yml@47684a2ffa498f4101557efc3acf1ae8a354178f with: image_name: 'simple-http-server' - image_owner: thistine image_tag: ${{ gitea.ref_name }} secrets: REGISTRY_USER: ${{ secrets.REGISTRY_USER }}