From ba118721e3df63413a72ad44cb5b2de2b342d656 Mon Sep 17 00:00:00 2001 From: IronPan Date: Tue, 14 May 2019 22:00:27 -0700 Subject: [PATCH] update proxy image build path /assign @Ark-kun --- .cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cloudbuild.yaml b/.cloudbuild.yaml index 52286d82fdb..7cf9ddf1786 100644 --- a/.cloudbuild.yaml +++ b/.cloudbuild.yaml @@ -73,7 +73,7 @@ steps: id: 'buildPersistenceAgent' - name: 'gcr.io/cloud-builders/docker' args: ['build', '-t', 'gcr.io/$PROJECT_ID/inverse-proxy-agent:$COMMIT_SHA', '-f', - '/workspace/proxy/Dockerfile', '/workspace'] + '/workspace/proxy/Dockerfile', '/workspace/proxy'] id: 'buildInverseProxyAgent' # Build the Dataflow-based pipeline component images