diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 8e457f0..934dc31 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -18,7 +18,7 @@ jobs: # see https://gitea.com/gitea/act_runner/issues/164#issuecomment-921571 run: | git init - git remote add origin git@gitea.champs-libres.be:champs-libres/prez-concepts-chill.git + git remote add origin https://gitea.champs-libres.be/champs-libres/prez-concepts-chill.git git fetch --depth 1 origin ${{ gitea.ref }} git checkout FETCH_HEAD git lfs pull