2024-08-11 08:50:33 +02:00
|
|
|
options:
|
|
|
|
|
# Ignore Prow provided substitutions.
|
|
|
|
|
substitution_option: ALLOW_LOOSE
|
2021-08-10 17:22:40 -03:00
|
|
|
steps:
|
2025-03-23 09:40:32 -07:00
|
|
|
- name: gcr.io/cloud-builders/docker
|
|
|
|
|
dir: images
|
|
|
|
|
env:
|
|
|
|
|
- NAME=kube-webhook-certgen
|
|
|
|
|
entrypoint: make
|
|
|
|
|
args:
|
|
|
|
|
- push
|