Merge pull request 'use new rust in ci' (#851) from update-rust into main
Reviewed-on: #851
This commit is contained in:
		| @@ -11,7 +11,7 @@ env: | ||||
| jobs: | ||||
|   test: | ||||
|     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: | ||||
|     - uses: actions/checkout@v3 | ||||
|     - name: Run Test DB Script | ||||
| @@ -37,7 +37,7 @@ jobs: | ||||
|  | ||||
|   deploy-staging: | ||||
|     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] | ||||
|     if: github.ref == 'refs/heads/staging' | ||||
|     steps: | ||||
| @@ -80,7 +80,7 @@ jobs: | ||||
|  | ||||
|   deploy-main: | ||||
|     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] | ||||
|     if: github.ref == 'refs/heads/main' | ||||
|     steps: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user