From 1ca0de1dd39a5ecea56932a52c540dcd531a536e Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 6 Mar 2025 10:18:34 +0100 Subject: [PATCH] push --- .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 1b3b025..3d95e0a 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -11,9 +11,7 @@ env: jobs: test: runs-on: ubuntu-latest - container: - image: git.hofer.link/philipp/ci-images:rust-latest - force_pull: true + container: git.hofer.link/philipp/ci-images:rust-latest steps: - uses: actions/checkout@v3 - name: Run Test DB Script