Skip to content

Commit

Permalink
try new workflow config #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten König committed Jul 23, 2024
1 parent e6e04bc commit 5cd31e3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5cd31e3

Please sign in to comment.