fixup! Add CI workflow
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Simon Bruder 2024-07-20 12:44:54 +02:00
parent 47bd048199
commit 898965558f
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -13,6 +13,8 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
lfs: true
- 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