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

This commit is contained in:
Simon Bruder 2024-07-20 13:19:25 +02:00
parent 8b123cfec2
commit 657d37b1eb
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Checkout LFS - name: Checkout LFS
run: | run: |
git -c "https.${GITHUB_SERVER_URL}/.extraHeader=" 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