This commit is contained in:
parent
e608d62fce
commit
67e7a15f77
|
@ -16,10 +16,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
persist-credentials: false
|
|
||||||
- name: Checkout LFS
|
- name: Checkout LFS
|
||||||
run: git lfs pull
|
run: git -c "http.${GITHUB_SERVER_URL}/storage/lfs/.extraHeader=" 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
|
||||||
|
|
Loading…
Reference in a new issue