Skip to content

Commit

Permalink
fix: workflow dockerfile path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maazh10 committed Nov 17, 2024
1 parent ac39c25 commit 4bb49fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin

- name: Build Portfolio Image
run: docker build . --file Dockerfile --tag $PORTFOLIO_IMAGE_NAME
run: docker build portfolio/. --file Dockerfile --tag $PORTFOLIO_IMAGE_NAME

- name: Build Blog Image
run: docker build blog/ --file blog/Dockerfile --tag $BLOG_IMAGE_NAME
Expand Down

0 comments on commit 4bb49fa

Please sign in to comment.