From 8b84492983bbfa3db074224a46ba5791c20b7d9d Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 22 Jul 2025 22:32:22 -0400 Subject: [PATCH] 21 --- .gitea/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 59fd977..c7ef579 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -46,7 +46,7 @@ jobs: - name: Clone template repo shell: bash run: | - git clone git@gitea/lepton/app_templates /tmp/template + git clone ssh://git@gitea:/lepton/app_templates /tmp/template # ------------------------------------------------------------ # 5. Copy Docker artefacts into workspace root