Skip to content

Commit

Permalink
Fix missing ,
Browse files Browse the repository at this point in the history
  • Loading branch information
tlbdk committed Aug 22, 2022
1 parent be7b899 commit 44b94da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ secrets:
images: [
'gcr.io/$PROJECT_ID/$REPO_NAME.$BRANCH_NAME',
'gcr.io/$PROJECT_ID/$REPO_NAME-git.$BRANCH_NAME',
'gcr.io/$PROJECT_ID/$REPO_NAME-git-local.$BRANCH_NAME'
'gcr.io/$PROJECT_ID/$REPO_NAME-git-local.$BRANCH_NAME',
'gcr.io/$PROJECT_ID/$REPO_NAME-docker.$BRANCH_NAME'
]

0 comments on commit 44b94da

Please sign in to comment.