github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/cloudbuild/yaml/testdata/sample.3.yaml (about)

     1  # https://cloud.google.com/build/docs/samples/cloudbuild-quickstart-deploy
     2  
     3  steps:
     4  - name: 'gcr.io/cloud-builders/gcloud'
     5    args:
     6    - 'run'
     7    - 'deploy'
     8    - 'cloudrunservice'
     9    - '--image'
    10    - 'us-docker.pkg.dev/cloudrun/container/hello'
    11    - '--region'
    12    - 'us-central1'
    13    - '--platform'
    14    - 'managed'
    15    - '--allow-unauthenticated'