From 7f824ccd2f996a56e26d9101ce899a3d0b907bf6 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Fri, 21 Feb 2025 10:42:09 +0100 Subject: [PATCH] test --- .gitea/workflows/action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index a1acddb..0b9fd28 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -11,11 +11,9 @@ 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 + pull: true steps: - uses: actions/checkout@v3 - name: Run Test DB Script