From 88042a570a9fd978a5e861608620ee0bf87b192a Mon Sep 17 00:00:00 2001 From: sittichok Ouamsiri Date: Sat, 13 Jun 2026 23:16:03 +0700 Subject: [PATCH] fix: update template SHA for insecure registry login fix Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 565688c..7f8a4ed 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -11,7 +11,7 @@ permissions: jobs: trigger-internal-build: - uses: infras/workflow-templates/.gitea/workflows/docker-template.yml@64a262321661e8a94f14c40fc7ea7ea89544c05d + uses: infras/workflow-templates/.gitea/workflows/docker-template.yml@c136ee94507f337048f0257465d52f5a270e308a with: image_name: 'simple-http-server' image_tag: ${{ gitea.ref_name }} \ No newline at end of file