Skip to content

Commit

Permalink
Add path to context to docker build command
Browse files Browse the repository at this point in the history
  • Loading branch information
istride committed Jan 9, 2024
1 parent 12b14ae commit 706311c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login $REGISTRY -u $ --password-stdin
- name: Build
run: docker build --tag $IMAGE_TAG -f ${{ matrix.image }}.dockerfile
run: docker build --tag $IMAGE_TAG -f ${{ matrix.image }}.dockerfile .
- name: Publish
run: docker push $IMAGE_TAG

0 comments on commit 706311c

Please sign in to comment.