Skip to content

Commit

Permalink
Removed test build from ci yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OCopping committed Mar 14, 2022
1 parent bce0e4e commit a680c05
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v1

- name: Multi-stage build for test container
uses: docker/build-push-action@v2
with:
builder: ${{ steps.buildx.output.name }}
push: false
tags: user/hdf5-reader-service:test
target: base
load: true
cache-from: type=local,src=~/cache
cache-to: type=local,dest=~/cache

- name: Run test container
run: |
docker run --rm user/hdf5-reader-service:test
- name: Run multi-stage build (base container)
- name: Run build (base container)
uses: docker/build-push-action@v2
with:
builder: ${{ steps.buildx.output.name }}
Expand Down

0 comments on commit a680c05

Please sign in to comment.