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

This commit is contained in:
Simon Bruder 2024-07-20 13:12:10 +02:00
parent 4d34c1c6fc
commit dcfa5a660d
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -15,9 +15,9 @@ jobs:
runs-on: nix runs-on: nix
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout
with: - name: Checkout LFS
lfs: true run: git 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