Skip to content

Commit a1376f2

Browse files
committed
fix: update Docker image names in CI/CD workflow for consistency
1 parent b74fd62 commit a1376f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches: [main]
66

77
env:
8-
BACKEND_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/my-app-backend
9-
FRONTEND_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/my-app-frontend
8+
BACKEND_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/mern-chat-app-backend
9+
FRONTEND_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/mern-chat-app-frontend
1010

1111
jobs:
1212
build-and-deploy:

0 commit comments

Comments
 (0)