Skip to content

Commit

Permalink
fix: fix docker file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vilanculo committed Jan 24, 2023
1 parent 5840dbb commit 6c49a50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
context: ./packages/service
context: .
file: packages/service/Dockerfile
tags:
isneezy/pdf-generator:${{ steps.image-tags.outputs.VERSION }},
isneezy/pdf-generator:${{ steps.image-tags.outputs.BRANCH }},
Expand Down

0 comments on commit 6c49a50

Please sign in to comment.