Skip to content

Commit

Permalink
tag to image
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan59 committed Sep 8, 2023
1 parent 19de490 commit 3ef2eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ do
"order-service")
cd order-service || continue
mvn clean install || continue
docker build -f Dockerfile --tag us.gcr.io/$PROJECT_ID/ordeservice . || continue
docker build -f Dockerfile --tag us.gcr.io/$PROJECT_ID/ordeservice:0.0.1 . || continue
docker push gcr.io/$PROJECT_ID/ordeservice || continue

esac
Expand Down

0 comments on commit 3ef2eaa

Please sign in to comment.