Skip to content

Instantly share code, notes, and snippets.

@grant
Created April 21, 2020 20:58
Show Gist options
  • Select an option

  • Save grant/18c9638eea0ab5a7b10ba4887c3d87fa to your computer and use it in GitHub Desktop.

Select an option

Save grant/18c9638eea0ab5a7b10ba4887c3d87fa to your computer and use it in GitHub Desktop.
Ruby FF Build
# 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