From 5cd31e35dd6d67c2bc9928af6230989fd2373cb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20K=C3=B6nig?= Date: Tue, 23 Jul 2024 19:44:54 +0200 Subject: [PATCH] try new workflow config #4 --- .github/workflows/test.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63ca1939..1a8a379e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,13 +24,9 @@ jobs: username: cars10 password: ${{ secrets.DOCKER_PASSWORD }} - - name: Build and push - uses: docker/build-push-action@v6 - with: - push: true - pull: true - file: docker/Dockerfile_ci - tags: ghcr.io/cars10/elasticvue_ci:latest + - name: pull ci image + run: | + docker pull ghcr.io/cars10/elasticvue_ci:latest - name: run tests run: make CI=1 ci