Skip to content

Commit 5ef12ab

Browse files
author
Utkarsh
committed
Fix: Correct backend folder structure for CI/CD
1 parent 6f11fb2 commit 5ef12ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build and push frontend image
3131
uses: docker/build-push-action@v4
3232
with:
33-
context: ./myshop-frontend
33+
context: ./myShop-frontend
3434
push: true
3535
tags: itachi21113/ecom-frontend:latest
3636

0 commit comments

Comments
 (0)