From 4820f8c798a6cfd13dee7738007d60100800ee68 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 6 Mar 2025 10:09:51 +0100 Subject: [PATCH] push --- .gitea/workflows/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 208bae7..d698a21 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -14,6 +14,10 @@ jobs: container: image: git.hofer.link/philipp/ci-images:rust-latest steps: + - name: Pull Latest CI Image + run: | + docker pull git.hofer.link/philipp/ci-images:rust-latest + - uses: actions/checkout@v3 - name: Run Test DB Script run: ./test_db.sh