From 19a6156c123e6b6ea3c8925e9af3e93765c9ba04 Mon Sep 17 00:00:00 2001 From: Philipp Hofer <philipp@hofer.link> Date: Fri, 10 Jan 2025 12:45:19 +0100 Subject: [PATCH] use new rust --- .gitea/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 4a4d974..1a19936 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -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-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: