This commit is contained in:
parent
e608d62fce
commit
67e7a15f77
|
@ -16,10 +16,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Checkout LFS
|
||||
run: git lfs pull
|
||||
run: git -c "http.${GITHUB_SERVER_URL}/storage/lfs/.extraHeader=" lfs pull
|
||||
- name: Build
|
||||
run: nix build -L .#li7y .#li7y-oci
|
||||
- name: Push OCI image
|
||||
|
|
Loading…
Reference in a new issue