fixup! Add CI workflow
Some checks failed
/ build (push) Failing after 2m20s

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

View file

@ -7,12 +7,17 @@ on:
branches: branches:
- master - master
env:
GIT_CURL_VERBOSE: 1
jobs: jobs:
build: build:
runs-on: nix runs-on: nix
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
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