ingress-nginx-helm/images/fastcgi-helloserver/cloudbuild.yaml
k8s-infra-cherrypick-robot ba90c4ff75
Images: Trigger other builds. (#12112)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-10-06 00:09:32 +02:00

11 lines
359 B
YAML

options:
# Ignore Prow provided substitutions.
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
env:
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
entrypoint: bash
args:
- -c
- gcloud auth configure-docker && cd images && make NAME=fastcgi-helloserver push