1 parent fa5ee9c commit 9b4e7ffCopy full SHA for 9b4e7ff
1 file changed
.github/workflows/ci.yml
@@ -40,4 +40,13 @@ jobs:
40
uses: docker/build-push-action@v7
41
with:
42
context: .
43
- tags: ${{ secrets.DOCKER_USERNAME}}/expense_tracker_ai_agent:latest
+ 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
52
+ tags: ${{ secrets.DOCKER_USERNAME}}/expense_tracker_frontend:latest
0 commit comments