Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
fix README.md typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Saketram Durbha committed Aug 22, 2020
1 parent 733e04f commit 7e37404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ your sample to Cloud Run based on whether your sample is Java-based (has a pom.x
If your sample is Java-based, your sample will be built and pushed to the Container Registry using
`mvn compile com.google.cloud.tools:jib-maven-plugin:2.0.0:build -Dimage=[image_tag]`.

Otherwise, your sample will be build and pushed to the Container Registry using
Otherwise, your sample will be built and pushed to the Container Registry using
`gcloud builds submit --tag=[image_tag]`.

In both cases, `gcloud run deploy --image=[image_tag] --platform=managed`, will be used to deploy the container image to
Expand Down

0 comments on commit 7e37404

Please sign in to comment.