diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 3eafd47..da8f23a 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -9,9 +9,14 @@ jobs: image: ghcr.io/catthehacker/ubuntu:act-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: - lfs: true + lfs: false + + - name: LFS checkout + run: | + git lfs install --local + git -c "http.${{ github.server_url }}/storage/lfs/.extraHeader=" lfs pull - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3