We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b943e49 commit 0357843Copy full SHA for 0357843
build/debian-base/cloudbuild.yaml
@@ -6,6 +6,7 @@ options:
6
steps:
7
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964'
8
entrypoint: make
9
+ dir: ./build/debian-base
10
env:
11
- DOCKER_CLI_EXPERIMENTAL=enabled
12
- REGISTRY=gcr.io/$PROJECT_ID
build/debian-iptables/cloudbuild.yaml
@@ -6,10 +6,10 @@ options:
+ dir: ./build/debian-iptables
- - BASE_REGISTRY=gcr.io/$PROJECT_ID
13
- IMAGE=gcr.io/$PROJECT_ID/debian-iptables
14
args:
15
- all-push
0 commit comments