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 0f376d9 commit 6680eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
name: Build and push Docker images using Docker Compose
run: |
docker-compose -f docker-compose.yml build
docker tag backend-image vihidun/depresio_backend:latest
docker tag frontend-image vihidun/depresio_frontend:latest
docker tag depresio-backend vihidun/depresio_backend:latest
docker tag depresio-frontend vihidun/depresio_frontend:latest
docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
docker push vihidun/depresio_backend:latest
docker push vihidun/depresio_frontend:latest
Expand Down

0 comments on commit 6680eac

Please sign in to comment.