fix: use default container repo

This commit is contained in:
sittichok Ouamsiri
2026-06-13 23:43:17 +07:00
parent d1d70250ec
commit 8ba2776460
-1
View File
@@ -15,7 +15,6 @@ jobs:
uses: infras/workflow-templates/.gitea/workflows/docker-template.yml@47684a2ffa498f4101557efc3acf1ae8a354178f uses: infras/workflow-templates/.gitea/workflows/docker-template.yml@47684a2ffa498f4101557efc3acf1ae8a354178f
with: with:
image_name: 'simple-http-server' image_name: 'simple-http-server'
image_owner: thistine
image_tag: ${{ gitea.ref_name }} image_tag: ${{ gitea.ref_name }}
secrets: secrets:
REGISTRY_USER: ${{ secrets.REGISTRY_USER }} REGISTRY_USER: ${{ secrets.REGISTRY_USER }}