sigs.k8s.io/cluster-api/bootstrap/kubeadm@v0.0.0-20191016155141-23a891785b60/cloudbuild.yaml (about)

     1  # See https://cloud.google.com/cloud-build/docs/build-config
     2  timeout: 1200s
     3  options:
     4    substitution_option: ALLOW_LOOSE
     5  steps:
     6    - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20190906-745fed4'
     7      entrypoint: make
     8      env:
     9      - DOCKER_CLI_EXPERIMENTAL=enabled
    10      - TAG=$_GIT_TAG
    11      - PULL_BASE_REF=$_PULL_BASE_REF
    12      args:
    13      - release-staging
    14  substitutions:
    15    # _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and
    16    # can be used as a substitution
    17    _GIT_TAG: '12345'
    18    _PULL_BASE_REF: 'dev'