Skip to content

Commit 0357843

Browse files
committed
build: Fixup GCB configs for debian-{base,iptables} images
- Fix dir arguments - Drop 'BASE_REGISTRY' env var from debian-iptables config Signed-off-by: Stephen Augustus <[email protected]>
1 parent b943e49 commit 0357843

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/debian-base/cloudbuild.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ options:
66
steps:
77
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964'
88
entrypoint: make
9+
dir: ./build/debian-base
910
env:
1011
- DOCKER_CLI_EXPERIMENTAL=enabled
1112
- REGISTRY=gcr.io/$PROJECT_ID

build/debian-iptables/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ options:
66
steps:
77
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964'
88
entrypoint: make
9+
dir: ./build/debian-iptables
910
env:
1011
- DOCKER_CLI_EXPERIMENTAL=enabled
1112
- REGISTRY=gcr.io/$PROJECT_ID
12-
- BASE_REGISTRY=gcr.io/$PROJECT_ID
1313
- IMAGE=gcr.io/$PROJECT_ID/debian-iptables
1414
args:
1515
- all-push

0 commit comments

Comments
 (0)