Skip to content

Commit 9b4e7ff

Browse files
committed
updated the ci.yml file for better ci/cd
1 parent fa5ee9c commit 9b4e7ff

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,13 @@ jobs:
4040
uses: docker/build-push-action@v7
4141
with:
4242
context: .
43-
tags: ${{ secrets.DOCKER_USERNAME}}/expense_tracker_ai_agent:latest
43+
push: true
44+
tags: ${{ secrets.DOCKER_USERNAME}}/expense_tracker_backend:latest
45+
46+
- name: Build and push docker image for frontend
47+
if: github.event_name == 'push'
48+
uses: docker/build-push-action@v7
49+
with:
50+
context: .
51+
push: true
52+
tags: ${{ secrets.DOCKER_USERNAME}}/expense_tracker_frontend:latest

0 commit comments

Comments
 (0)