diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index b11f8cb..59fd977 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 --depth 1 ssh://git@gitea:22/lepton/app_templates /tmp/template + git clone git@gitea/lepton/app_templates /tmp/template # ------------------------------------------------------------ # 5. Copy Docker artefacts into workspace root