fix(ci): replace actions/checkout with local Gitea clone (no GitHub access from haskelseed)
This commit is contained in:
parent
6bbfd7430b
commit
64c40f05ec
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue