fix(ci): replace actions/checkout with local Gitea clone (no GitHub access from haskelseed)
Some checks failed
Build and Deploy / build-push-deploy (push) Failing after 1h35m31s

This commit is contained in:
2026-05-07 22:15:51 +02:00
parent 6bbfd7430b
commit 64c40f05ec

View File

@@ -9,7 +9,10 @@ jobs:
build-push-deploy:
runs-on: haskelseed
steps:
- uses: actions/checkout@v3
- name: checkout
run: |
git clone --depth 1 http://92.205.130.254:32166/coulomb/ihp-railiance-probe.git .
git checkout ${{ gitea.sha }}
- name: nix build docker image
run: nix build .#docker --log-format raw