Images: Rework. (3/3) (#13016)

Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
k8s-infra-cherrypick-robot 2025-03-23 09:40:32 -07:00 committed by GitHub
parent 7b95450e34
commit b571b7473e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 21 deletions

View file

@ -2,10 +2,10 @@ options:
# Ignore Prow provided substitutions. # Ignore Prow provided substitutions.
substitution_option: ALLOW_LOOSE substitution_option: ALLOW_LOOSE
steps: steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d - name: gcr.io/cloud-builders/docker
dir: images
env: env:
- REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx - NAME=fastcgi-helloserver
entrypoint: bash entrypoint: make
args: args:
- -c - push
- gcloud auth configure-docker && cd images && make NAME=fastcgi-helloserver push

View file

@ -2,10 +2,10 @@ options:
# Ignore Prow provided substitutions. # Ignore Prow provided substitutions.
substitution_option: ALLOW_LOOSE substitution_option: ALLOW_LOOSE
steps: steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d - name: gcr.io/cloud-builders/docker
dir: images
env: env:
- REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx - NAME=httpbun
entrypoint: bash entrypoint: make
args: args:
- -c - push
- gcloud auth configure-docker && cd images && make NAME=httpbun push

View file

@ -2,10 +2,10 @@ options:
# Ignore Prow provided substitutions. # Ignore Prow provided substitutions.
substitution_option: ALLOW_LOOSE substitution_option: ALLOW_LOOSE
steps: steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d - name: gcr.io/cloud-builders/docker
dir: images
env: env:
- REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx - NAME=kube-webhook-certgen
entrypoint: bash entrypoint: make
args: args:
- -c - push
- gcloud auth configure-docker && cd images && make NAME=kube-webhook-certgen push