Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
add full directory path for Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Webster committed Sep 9, 2022
1 parent c069381 commit b205210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: ./frontend
file: ./Dockerfile
file: ./frontend/Dockerfile
push: true
#Change this to whatever your repository is called
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/capstone-project-frontend:latest
Expand All @@ -56,7 +56,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: ./backend
file: ./Dockerfile
file: ./backend/Dockerfile
push: true
#Change this to whatever your repository is called
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/capstone-project-backend:latest
Expand Down

0 comments on commit b205210

Please sign in to comment.