From 96778eb336cafb8d9d5cfebf5a79e5b906ac9d52 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Wed, 14 May 2025 09:38:34 +0200 Subject: [PATCH] use proper image --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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