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