Skip to content

Commit 5e2d76c

Browse files
authored
Images: Rework. (2/3) (#13013)
1 parent b6e5ca2 commit 5e2d76c

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

images/cfssl/cloudbuild.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ options:
22
# Ignore Prow provided substitutions.
33
substitution_option: ALLOW_LOOSE
44
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

images/custom-error-pages/cloudbuild.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ options:
22
# Ignore Prow provided substitutions.
33
substitution_option: ALLOW_LOOSE
44
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

images/e2e-test-echo/cloudbuild.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ options:
22
# Ignore Prow provided substitutions.
33
substitution_option: ALLOW_LOOSE
44
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

0 commit comments

Comments
 (0)