diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 27016c9..a1acddb 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -11,6 +11,8 @@ env: jobs: test: runs-on: ubuntu-latest + - name: Pull Latest CI Image + run: docker pull git.hofer.link/philipp/ci-images:rust-latest container: image: git.hofer.link/philipp/ci-images:rust-latest options: --pull always