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