Skip to content

Commit

Permalink
Fix build context (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Aug 11, 2021
1 parent ce94ee0 commit 4751917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Docker build
uses: docker/[email protected]
with:
context: ./samples/
context: ./docker/
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
push: ${{ github.event_name != 'pull_request' }}

0 comments on commit 4751917

Please sign in to comment.