Skip to content

Commit

Permalink
Artifact Registory のリポジトリ名を修正 refs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrovers committed Mar 7, 2021
1 parent 017f284 commit 83b9284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 83b9284

Please sign in to comment.