Images: Rework. (3/3) (#13016)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
parent
7b95450e34
commit
b571b7473e
3 changed files with 21 additions and 21 deletions
|
@ -2,10 +2,10 @@ options:
|
|||
# Ignore Prow provided substitutions.
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d
|
||||
- name: gcr.io/cloud-builders/docker
|
||||
dir: images
|
||||
env:
|
||||
- REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx
|
||||
entrypoint: bash
|
||||
- NAME=fastcgi-helloserver
|
||||
entrypoint: make
|
||||
args:
|
||||
- -c
|
||||
- gcloud auth configure-docker && cd images && make NAME=fastcgi-helloserver push
|
||||
- push
|
||||
|
|
|
@ -2,10 +2,10 @@ options:
|
|||
# Ignore Prow provided substitutions.
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d
|
||||
- name: gcr.io/cloud-builders/docker
|
||||
dir: images
|
||||
env:
|
||||
- REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx
|
||||
entrypoint: bash
|
||||
- NAME=httpbun
|
||||
entrypoint: make
|
||||
args:
|
||||
- -c
|
||||
- gcloud auth configure-docker && cd images && make NAME=httpbun push
|
||||
- push
|
||||
|
|
|
@ -2,10 +2,10 @@ options:
|
|||
# Ignore Prow provided substitutions.
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d
|
||||
- name: gcr.io/cloud-builders/docker
|
||||
dir: images
|
||||
env:
|
||||
- REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx
|
||||
entrypoint: bash
|
||||
- NAME=kube-webhook-certgen
|
||||
entrypoint: make
|
||||
args:
|
||||
- -c
|
||||
- gcloud auth configure-docker && cd images && make NAME=kube-webhook-certgen push
|
||||
- push
|
||||
|
|
Loading…
Reference in a new issue