fixup! Add CI workflow
Some checks failed
/ build (push) Failing after 38s

This commit is contained in:
Simon Bruder 2024-07-20 13:17:43 +02:00
parent 67e7a15f77
commit 4a8ab0eb33
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -17,7 +17,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout LFS
run: git -c "http.${GITHUB_SERVER_URL}/storage/lfs/.extraHeader=" lfs pull
run: |
cat .git/config
git -c "http.${GITHUB_SERVER_URL}/storage/lfs/.extraHeader=" lfs pull
- name: Build
run: nix build -L .#li7y .#li7y-oci
- name: Push OCI image