diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 22b7b50..edf79ec 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: # uses: actions/checkout@v3 run: | apk add git - git clone --depth 1 --branch ${{ gitea.ref_name }} https://gitea.antoine-langlois.net/${{ gitea.repository_owner}}/${{ gitea.repository }}.git . + git clone --depth 1 --branch ${{ gitea.ref_name }} https://gitea.antoine-langlois.net/${{ gitea.repository }}.git . - name: Build and push latest uses: docker/build-push-action@v4