File tree Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ options:
2
2
# Ignore Prow provided substitutions.
3
3
substitution_option : ALLOW_LOOSE
4
4
steps :
5
- - name : gcr.io/k8s-staging-test-infra/gcb- docker-gcloud:v20250116-2a05ea7e3d
6
- env :
7
- - REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx
8
- entrypoint : bash
9
- args :
10
- - -c
11
- - gcloud auth configure-docker && cd images && make NAME=cfssl push
5
+ - name : gcr.io/cloud-builders/ docker
6
+ dir : images
7
+ env :
8
+ - NAME=cfssl
9
+ entrypoint : make
10
+ args :
11
+ - push
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ options:
2
2
# Ignore Prow provided substitutions.
3
3
substitution_option : ALLOW_LOOSE
4
4
steps :
5
- - name : gcr.io/k8s-staging-test-infra/gcb- docker-gcloud:v20250116-2a05ea7e3d
6
- env :
7
- - REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx
8
- entrypoint : bash
9
- args :
10
- - -c
11
- - gcloud auth configure-docker && cd images && make NAME=custom-error-pages push
5
+ - name : gcr.io/cloud-builders/ docker
6
+ dir : images
7
+ env :
8
+ - NAME=custom-error-pages
9
+ entrypoint : make
10
+ args :
11
+ - push
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ options:
2
2
# Ignore Prow provided substitutions.
3
3
substitution_option : ALLOW_LOOSE
4
4
steps :
5
- - name : gcr.io/k8s-staging-test-infra/gcb- docker-gcloud:v20250116-2a05ea7e3d
6
- env :
7
- - REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx
8
- entrypoint : bash
9
- args :
10
- - -c
11
- - gcloud auth configure-docker && cd images && make NAME=e2e-test-echo push
5
+ - name : gcr.io/cloud-builders/ docker
6
+ dir : images
7
+ env :
8
+ - NAME=e2e-test-echo
9
+ entrypoint : make
10
+ args :
11
+ - push
You can’t perform that action at this time.
0 commit comments