This commit is contained in:
parent
06afd021d3
commit
c1bcc7860d
|
@ -19,10 +19,9 @@ jobs:
|
||||||
- name: Checkout LFS
|
- name: Checkout LFS
|
||||||
run: |
|
run: |
|
||||||
cat .git/config
|
cat .git/config
|
||||||
git config http || true
|
git config --unset "http.${GITHUB_SERVER_URL}/.extraHeader"
|
||||||
git config "http.${GITHUB_SERVER_URL}/" || true
|
cat .git/config
|
||||||
git config "http.${GITHUB_SERVER_URL}/.extraHeader" || true
|
git lfs pull
|
||||||
git -c "http.${GITHUB_SERVER_URL}/.extraHeader=" lfs pull
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: nix build -L .#li7y .#li7y-oci
|
run: nix build -L .#li7y .#li7y-oci
|
||||||
- name: Push OCI image
|
- name: Push OCI image
|
||||||
|
|
Loading…
Reference in a new issue