diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index e8888aa9..64491642 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: check-pre-commit: runs-on: docker container: - image: icewind1991/nix-runner + image: nix steps: - uses: actions/checkout@v4 - run: nix-build -A tests @@ -20,7 +20,7 @@ jobs: check-data-model: runs-on: docker container: - image: icewind1991/nix-runner + image: nix steps: - uses: actions/checkout@v4 - run: nix-shell --run 'nix-unit ./deployment/data-model-test.nix' @@ -28,7 +28,7 @@ jobs: check-peertube: runs-on: docker container: - image: icewind1991/nix-runner + image: nix steps: - uses: actions/checkout@v4 - run: nix-build services -A tests.peertube @@ -36,7 +36,7 @@ jobs: check-panel: runs-on: docker container: - image: icewind1991/nix-runner + image: nix steps: - uses: actions/checkout@v4 - run: nix-build panel -A tests @@ -44,7 +44,7 @@ jobs: check-deployment-basic: runs-on: docker container: - image: icewind1991/nix-runner + image: nix steps: - uses: actions/checkout@v4 - run: nix build .#checks.x86_64-linux.deployment-basic -L @@ -52,7 +52,7 @@ jobs: check-deployment-cli: runs-on: docker container: - image: icewind1991/nix-runner + image: nix steps: - uses: actions/checkout@v4 - run: nix build .#checks.x86_64-linux.deployment-cli -L @@ -60,7 +60,7 @@ jobs: check-deployment-panel: runs-on: docker container: - image: icewind1991/nix-runner + image: nix steps: - uses: actions/checkout@v4 - run: nix build .#checks.x86_64-linux.deployment-panel -L