sigs.k8s.io/cluster-api-provider-aws@v1.5.5/cloudbuild-nightly.yaml (about) 1 # See https://cloud.google.com/cloud-build/docs/build-config 2 timeout: 3000s 3 options: 4 substitution_option: ALLOW_LOOSE 5 steps: 6 - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211013-1be7868d8b' 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-nightly 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'