Skip to content

Commit

Permalink
ci: use correct build context and dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Willenbring committed Aug 2, 2023
1 parent 4527901 commit efb3bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
tags: "latest"
workdir: ./packages/frontend
dockerfile: ./packages/frontend/Dockerfile

- name: Publish Backend Docker Image
uses: elgohr/Publish-Docker-Github-Action@v5
Expand All @@ -77,4 +77,4 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
tags: "latest"
workdir: ./packages/backend
dockerfile: ./packages/backend/Dockerfile

0 comments on commit efb3bdd

Please sign in to comment.