Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tharoosha authored Oct 29, 2023
1 parent 26a3444 commit e02a8ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
name: Build and push Backend image
working-directory: backend
run: |
docker build -t vihidun/backend:latest .
docker push vihidun/backend:latest
docker build -t vihidun/depresio-backend:latest .
docker push vihidun/depresio-backend:latest
-
name: Build and push Frontend image
working-directory: frontend
run: |
docker build -t vihidun/frontend:latest .
docker push vihidun/frontend:latest
docker build -t vihidun/depresio-frontend:latest .
docker push vihidun/depresio-frontend:latest

0 comments on commit e02a8ea

Please sign in to comment.