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