Skip to content

Commit

Permalink
amend github actions workflow to try to target test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasteoh committed Oct 3, 2021
1 parent adb62a2 commit 05a214d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Build and test Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: --target test .
context: .
target: test
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 05a214d

Please sign in to comment.