use proper image
Some checks failed
CI / build (push) Failing after 3m53s
CI / test (built) (push) Has been skipped
CI / test (committed) (push) Has been skipped
CI / commentTestSuiteHelp (push) Has been skipped
CI / package (push) Has been skipped

This commit is contained in:
2025-05-14 09:38:34 +02:00
parent 18ef1fdad7
commit 96778eb336

View File

@ -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