Skip to content

Commit

Permalink
fix github action config
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancole committed Oct 9, 2020
1 parent ea0008d commit 7f79bb6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ jobs:
with:
fetch-depth: 1
- name: Build Docker image openzipkin/example-brave:${{ matrix.docker-target }}-test
run: |
TARGET=${{ matrix.docker-target }}
DOCKER_BUILDKIT=1 docker build -f docker/Dockerfile \
-t openzipkin/example-brave:${TARGET}-test \
--target ${TARGET} --build-arg target=${TARGET} .
run: docker/build-image ${TARGET} ${TARGET}-test
- name: Verify Docker image openzipkin/example-brave:${{ matrix.docker-target }}-test
run: |
# This just makes sure containers run and the HEALTHCHECK works (for now..)
Expand Down

0 comments on commit 7f79bb6

Please sign in to comment.