We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74fd62 commit a1376f2Copy full SHA for a1376f2
1 file changed
.github/workflows/deploy.yml
@@ -5,8 +5,8 @@ on:
5
branches: [main]
6
7
env:
8
- BACKEND_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/my-app-backend
9
- FRONTEND_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/my-app-frontend
+ BACKEND_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/mern-chat-app-backend
+ FRONTEND_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/mern-chat-app-frontend
10
11
jobs:
12
build-and-deploy:
0 commit comments