fix: runner name
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Nydragon 2025-01-31 12:01:18 +01:00
parent 7b3d175ff6
commit 0a0c085555
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE
2 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@ on: [push]
jobs: jobs:
test: test:
runs-on: nix runs-on: docker
container:
image: ghcr.io/nydragon/runner:latest
steps: steps:
- uses: actions/checkout@v4
- run: nix --experimental-features 'nix-command flakes' flake check --verbose - run: nix --experimental-features 'nix-command flakes' flake check --verbose

View file

@ -24,7 +24,7 @@ in
url = "https://git.ccnlc.eu"; url = "https://git.ccnlc.eu";
labels = [ labels = [
"debian-latest:docker://node:18-bullseye" "debian-latest:docker://node:18-bullseye"
"nixos:docker://ghcr.io/nydragon/runner@sha256:0378d0f8ad08e2d4e541fba37c688fd46a3088d47314343ef3158ce94c7e1713" "nixos:docker://ghcr.io/nydragon/runner@sha256:2d353515d7461fe493cb69f538ebf188944b0de8fd2613a652636fc75098acac"
]; ];
}; };
}; };