This commit is contained in:
parent
ebc112e06e
commit
4d34c1c6fc
|
@ -7,12 +7,17 @@ on:
|
|||
branches:
|
||||
- master
|
||||
|
||||
env:
|
||||
GIT_CURL_VERBOSE: 1
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
lfs: true
|
||||
- name: Build
|
||||
run: nix build -L .#li7y .#li7y-oci
|
||||
- name: Push OCI image
|
||||
|
|
Loading…
Reference in a new issue