Skip to content

Commit

Permalink
Fix docker file path for augment job.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Cirner committed Oct 8, 2021
1 parent a285905 commit 77cbb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: augment
file: Dockerfile
file: augment/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.DOCKER_TAGS }}
Expand Down

0 comments on commit 77cbb53

Please sign in to comment.