mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
deploy: add cloudbuild.yaml
Add cloudbuild.yaml file required by the image pushing job. Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
parent
70418fdbf8
commit
06e41b486c
1 changed files with 11 additions and 0 deletions
11
cloudbuild.yaml
Normal file
11
cloudbuild.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
# See https://cloud.google.com/cloud-build/docs/build-config
|
||||||
|
timeout: 1800s
|
||||||
|
options:
|
||||||
|
substitution_option: ALLOW_LOOSE
|
||||||
|
steps:
|
||||||
|
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20210622-762366a'
|
||||||
|
entrypoint: make
|
||||||
|
env:
|
||||||
|
- TAG=$_PULL_BASE_REF
|
||||||
|
args:
|
||||||
|
- push-all
|
||||||
Loading…
Add table
Add a link
Reference in a new issue