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=fastcgi-helloserver push
5
+ - name : gcr.io/cloud-builders/ docker
6
+ dir : images
7
+ env :
8
+ - NAME=fastcgi-helloserver
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=httpbun push
5
+ - name : gcr.io/cloud-builders/ docker
6
+ dir : images
7
+ env :
8
+ - NAME=httpbun
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=kube-webhook-certgen push
5
+ - name : gcr.io/cloud-builders/ docker
6
+ dir : images
7
+ env :
8
+ - NAME=kube-webhook-certgen
9
+ entrypoint : make
10
+ args :
11
+ - push
You can’t perform that action at this time.
0 commit comments