From e3d8a47af09d1c812fbc8658993bbeafd6352a30 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Fri, 21 Feb 2025 10:40:46 +0100 Subject: [PATCH] test --- .gitea/workflows/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 27016c9..a1acddb 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -11,6 +11,8 @@ env: jobs: test: runs-on: ubuntu-latest + - name: Pull Latest CI Image + run: docker pull git.hofer.link/philipp/ci-images:rust-latest container: image: git.hofer.link/philipp/ci-images:rust-latest options: --pull always