From b189c4f203e6408cd8d2bc93143a1d3201cdd0ab Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 6 Mar 2025 10:10:33 +0100 Subject: [PATCH] push --- .gitea/workflows/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index d698a21..3dad9b1 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -15,8 +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