Skip to content

Commit

Permalink
Fix docker cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
tlbdk committed May 15, 2020
1 parent 4ffa322 commit c2ec18f
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 @@ -6,7 +6,7 @@ steps:
- name: 'gcr.io/cloud-builders/docker'
args: [
'build',
'--target git-kms',
'--target=git-kms',
'--build-arg=SSH_KEY_PATH=kms://projects/connectedcars-staging/locations/global/keyRings/cloudbuilder/cryptoKeys/ssh-key/cryptoKeyVersions/3',
'--tag=gcr.io/$PROJECT_ID/$REPO_NAME-git.$BRANCH_NAME:$COMMIT_SHA',
'--tag=gcr.io/$PROJECT_ID/$REPO_NAME-git.$BRANCH_NAME:latest',
Expand All @@ -30,7 +30,7 @@ steps:
dir: localkey
args: [
'build',
'--target git-local',
'--target=git-local',
'--tag=gcr.io/$PROJECT_ID/$REPO_NAME-git-local.$BRANCH_NAME:$COMMIT_SHA',
'--tag=gcr.io/$PROJECT_ID/$REPO_NAME-git-local.$BRANCH_NAME:latest', '.'
]
Expand Down

0 comments on commit c2ec18f

Please sign in to comment.