Images: Rework. (2/3) (#13011)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
parent
c34e26ed1c
commit
7b95450e34
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
|
||||
env:
|
||||
- REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx
|
||||
entrypoint: bash
|
||||
args:
|
||||
- -c
|
||||
- gcloud auth configure-docker && cd images && make NAME=cfssl push
|
||||
- name: gcr.io/cloud-builders/docker
|
||||
dir: images
|
||||
env:
|
||||
- NAME=cfssl
|
||||
entrypoint: make
|
||||
args:
|
||||
- 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
|
||||
env:
|
||||
- REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx
|
||||
entrypoint: bash
|
||||
args:
|
||||
- -c
|
||||
- gcloud auth configure-docker && cd images && make NAME=custom-error-pages push
|
||||
- name: gcr.io/cloud-builders/docker
|
||||
dir: images
|
||||
env:
|
||||
- NAME=custom-error-pages
|
||||
entrypoint: make
|
||||
args:
|
||||
- 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
|
||||
env:
|
||||
- REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx
|
||||
entrypoint: bash
|
||||
args:
|
||||
- -c
|
||||
- gcloud auth configure-docker && cd images && make NAME=e2e-test-echo push
|
||||
- name: gcr.io/cloud-builders/docker
|
||||
dir: images
|
||||
env:
|
||||
- NAME=e2e-test-echo
|
||||
entrypoint: make
|
||||
args:
|
||||
- push
|
||||
|
|
Loading…
Reference in a new issue