fixup! Add CI workflow
All checks were successful
/ build (push) Successful in 27s

This commit is contained in:
Simon Bruder 2024-07-20 13:28:44 +02:00
parent 93657205ba
commit 719b35c4b4
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -18,12 +18,13 @@ jobs:
uses: actions/checkout@v4
- name: Checkout LFS
run: |
cat .git/config
#git config --unset "http.${GITHUB_SERVER_URL}/.extraHeader"
#cat .git/config
# You have the choice:
# Either it sets the Authorization header twice (which git-lfs does not accept)
# or it sets it not at all.
# As the repository is public, the latter case is acceptable.
git config --unset "http.${GITHUB_SERVER_URL}/.extraHeader"
git lfs install --local
git -c "http.${GITHUB_SERVER_URL}/.extraHeader=" lfs pull
head -c 512 static/vendor/bootstrap.min.css
git lfs pull
- name: Build
run: nix build -L .#li7y .#li7y-oci
- name: Push OCI image