sigs.k8s.io/external-dns@v0.14.1/cloudbuild.yaml (about) 1 # See https://cloud.google.com/cloud-build/docs/build-config 2 timeout: 5000s 3 options: 4 substitution_option: ALLOW_LOOSE 5 machineType: 'N1_HIGHCPU_8' 6 steps: 7 - name: 'docker.io/library/golang:1.21.1-bullseye' 8 entrypoint: make 9 env: 10 - VERSION=$_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: 'master'