mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-15 06:43:54 +00:00
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 <saugustus@vmware.com>
This commit is contained in:
parent
b943e49e76
commit
0357843651
@ -6,6 +6,7 @@ options:
|
||||
steps:
|
||||
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964'
|
||||
entrypoint: make
|
||||
dir: ./build/debian-base
|
||||
env:
|
||||
- DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
- REGISTRY=gcr.io/$PROJECT_ID
|
||||
|
@ -6,10 +6,10 @@ options:
|
||||
steps:
|
||||
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964'
|
||||
entrypoint: make
|
||||
dir: ./build/debian-iptables
|
||||
env:
|
||||
- DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
- REGISTRY=gcr.io/$PROJECT_ID
|
||||
- BASE_REGISTRY=gcr.io/$PROJECT_ID
|
||||
- IMAGE=gcr.io/$PROJECT_ID/debian-iptables
|
||||
args:
|
||||
- all-push
|
||||
|
Loading…
Reference in New Issue
Block a user