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