Skip to content

Commit bd05cd3

Browse files
build: include tag
1 parent 1c7b240 commit bd05cd3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/contributing/run-project-locally.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,10 @@ docker logs -f clima-test
114114

115115
# if everything is ok push to google container registry
116116
docker push us-central1-docker.pkg.dev/clima-316917/cloud-run-source-deploy/clima:latest
117-
gcloud run deploy clima-test --image us-central1-docker.pkg.dev/clima-316917/cloud-run-source-deploy/clima:latest --region us-central1 --memory 4Gi --cpu 2 --platform managed --allow-unauthenticated
117+
gcloud run deploy clima-test --image us-central1-docker.pkg.dev/clima-316917/cloud-run-source-deploy/clima:latest --region us-central1 --memory 4Gi --cpu 2 --platform managed --allow-unauthenticated --tag "v0-10-2"
118+
119+
# you can then deploy the main version changing the name and tag
120+
gcloud run deploy clima --image us-central1-docker.pkg.dev/clima-316917/cloud-run-source-deploy/clima:latest --region us-central1 --memory 4Gi --cpu 2 --platform managed --allow-unauthenticated --tag "v0-10-2"
118121
```
119122

120123
### Deploy test version of the project

0 commit comments

Comments
 (0)