diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 555d6d9..92fb765 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -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