From d4b99f67acfe8ba4886af7e39ff6a15b766e58bf Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 6 Mar 2025 10:11:34 +0100 Subject: [PATCH] push --- .gitea/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 3dad9b1..4e3b0df 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -15,7 +15,7 @@ jobs: 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 + run: docker pull git.hofer.link/philipp/ci-images:rust-latest - uses: actions/checkout@v3 - name: Run Test DB Script