diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 0fd863a..8df63ca 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Checkout LFS run: | - git -c "https.${GITHUB_SERVER_URL}/.extraHeader=" lfs pull + git -c "http.${GITHUB_SERVER_URL}/.extraHeader=" lfs pull - name: Build run: nix build -L .#li7y .#li7y-oci - name: Push OCI image