diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 2ad1abf..d20958e 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -46,8 +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 --depth 1 ssh://code.akshaykolli.net/lepton/app_templates /tmp/template # ------------------------------------------------------------ # 5. Copy Docker artefacts into workspace root