Skip to content

Commit

Permalink
Merge pull request #59 from tharoosha/tharoosha-patch-7
Browse files Browse the repository at this point in the history
Update docker-image.yml
  • Loading branch information
tharoosha authored Oct 29, 2023
2 parents 26a3444 + e02a8ea commit 5bda0e4
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 5bda0e4

Please sign in to comment.