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

Commit b205210

Browse files
add full directory path for Dockerfiles
1 parent c069381 commit b205210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: docker/build-push-action@v2
4747
with:
4848
context: ./frontend
49-
file: ./Dockerfile
49+
file: ./frontend/Dockerfile
5050
push: true
5151
#Change this to whatever your repository is called
5252
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/capstone-project-frontend:latest
@@ -56,7 +56,7 @@ jobs:
5656
uses: docker/build-push-action@v2
5757
with:
5858
context: ./backend
59-
file: ./Dockerfile
59+
file: ./backend/Dockerfile
6060
push: true
6161
#Change this to whatever your repository is called
6262
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/capstone-project-backend:latest

0 commit comments

Comments
 (0)