Created
April 21, 2020 20:58
-
-
Save grant/18c9638eea0ab5a7b10ba4887c3d87fa to your computer and use it in GitHub Desktop.
Ruby FF Build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Set env var "GCP_PROJECT" to our project name | |
| GCP_PROJECT=$(gcloud config list --format 'value(core.project)' 2>/dev/null) | |
| # Build and upload your image in Google Container Registry | |
| gcloud builds submit --tag gcr.io/$GCP_PROJECT/helloruby |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment