diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index def6811..08c77ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ permissions: jobs: build: runs-on: ubuntu-latest + container: git.hofer.link/philipp/ci-images:rust-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -42,6 +43,7 @@ jobs: if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository needs: [build] runs-on: ubuntu-latest + container: git.hofer.link/philipp/ci-images:rust-latest strategy: matrix: target: [built, committed] @@ -90,6 +92,7 @@ jobs: if: github.event_name == 'pull_request' needs: [test] runs-on: ubuntu-latest + container: git.hofer.link/philipp/ci-images:rust-latest steps: - name: Find Comment uses: peter-evans/find-comment@v3 @@ -117,6 +120,7 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' needs: [test] runs-on: ubuntu-latest + container: git.hofer.link/philipp/ci-images:rust-latest steps: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4