use new rust in ci #850

Merged
philipp merged 1 commits from update-rust into staging 2025-01-10 12:47:28 +01:00
Showing only changes of commit 9ba848cbab - Show all commits

View File

@ -11,7 +11,7 @@ env:
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: git.hofer.link/philipp/ci-images:rust-2024-12-05 container: git.hofer.link/philipp/ci-images:rust-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Run Test DB Script - name: Run Test DB Script
@ -37,7 +37,7 @@ jobs:
deploy-staging: deploy-staging:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: git.hofer.link/philipp/ci-images:rust-2024-12-05 container: git.hofer.link/philipp/ci-images:rust-latest
needs: [test] needs: [test]
if: github.ref == 'refs/heads/staging' if: github.ref == 'refs/heads/staging'
steps: steps:
@ -80,7 +80,7 @@ jobs:
deploy-main: deploy-main:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: git.hofer.link/philipp/ci-images:rust-2024-12-05 container: git.hofer.link/philipp/ci-images:rust-latest
needs: [test] needs: [test]
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
steps: steps: