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