use new rust image
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 22m7s

This commit is contained in:
Philipp Hofer 2025-01-10 12:45:27 +01:00
parent e81fa3eafe
commit 74211b0af9

View File

@ -10,7 +10,7 @@ env:
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
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout