fixup! Add CI workflow
All checks were successful
/ build (push) Successful in 27s

This commit is contained in:
Simon Bruder 2024-07-20 13:22:28 +02:00
parent 06afd021d3
commit c1bcc7860d
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -19,10 +19,9 @@ jobs:
- name: Checkout LFS
run: |
cat .git/config
git config http || true
git config "http.${GITHUB_SERVER_URL}/" || true
git config "http.${GITHUB_SERVER_URL}/.extraHeader" || true
git -c "http.${GITHUB_SERVER_URL}/.extraHeader=" lfs pull
git config --unset "http.${GITHUB_SERVER_URL}/.extraHeader"
cat .git/config
git lfs pull
- name: Build
run: nix build -L .#li7y .#li7y-oci
- name: Push OCI image