From 83b9284199d89e3524fb8a75c3d2889348e9869f Mon Sep 17 00:00:00 2001 From: pyrovers Date: Sun, 7 Mar 2021 17:00:38 +0900 Subject: [PATCH] =?UTF-8?q?Artifact=20Registory=20=E3=81=AE=E3=83=AA?= =?UTF-8?q?=E3=83=9D=E3=82=B8=E3=83=88=E3=83=AA=E5=90=8D=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20=20refs=20#21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloudbuild.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index d92d20c..26f5929 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -34,7 +34,7 @@ steps: - name: 'gcr.io/kaniko-project/executor:v1.3.0' id: kaniko args: - - --destination=asia-northeast1-docker.pkg.dev/$PROJECT_ID/jpsite/$BRANCH_NAME:$COMMIT_SHA + - --destination=asia-northeast1-docker.pkg.dev/$PROJECT_ID/frontend/$BRANCH_NAME:$COMMIT_SHA - --cache=true - --cache-ttl=6h waitFor: @@ -55,6 +55,6 @@ steps: - --cpu=1 - --memory=256M - --concurrency=8 - - --image=asia-northeast1-docker.pkg.dev/$PROJECT_ID/jpsite/$BRANCH_NAME:$COMMIT_SHA + - --image=asia-northeast1-docker.pkg.dev/$PROJECT_ID/frontend/$BRANCH_NAME:$COMMIT_SHA waitFor: - kaniko