mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
11 lines
322 B
YAML
11 lines
322 B
YAML
# See https://cloud.google.com/cloud-build/docs/build-config
|
|
timeout: 3600s
|
|
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
|