This commit is contained in:
parent
06afd021d3
commit
c1bcc7860d
|
@ -19,10 +19,9 @@ jobs:
|
|||
- name: Checkout LFS
|
||||
run: |
|
||||
cat .git/config
|
||||
git config http || true
|
||||
git config "http.${GITHUB_SERVER_URL}/" || true
|
||||
git config "http.${GITHUB_SERVER_URL}/.extraHeader" || true
|
||||
git -c "http.${GITHUB_SERVER_URL}/.extraHeader=" lfs pull
|
||||
git config --unset "http.${GITHUB_SERVER_URL}/.extraHeader"
|
||||
cat .git/config
|
||||
git lfs pull
|
||||
- name: Build
|
||||
run: nix build -L .#li7y .#li7y-oci
|
||||
- name: Push OCI image
|
||||
|
|
Loading…
Reference in a new issue