Skip to content

Commit

Permalink
Update cloudbuild.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Kozlowski <[email protected]>
  • Loading branch information
marcinguy authored Jul 6, 2024
1 parent 1f92141 commit 93c97ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,15 @@ steps:

images:
- 'gcr.io/$PROJECT_ID/betterscan-ce-worker-cli:latest'
- '${_AZURE_REGISTRY_NAME}.azurecr.io/betterscan-ce-worker-cli:
- '${_AZURE_REGISTRY_NAME}.azurecr.io/betterscan-ce-worker-cli:latest'

options:
defaultLogsBucketBehavior: 'REGIONAL_USER_OWNED_BUCKET'



substitutions:
_AZURE_REGISTRY_NAME: 'your-registry-name'
_AZURE_CLIENT_ID: 'your-client-id'
_AZURE_CLIENT_SECRET: 'your-client-secret'
_AZURE_TENANT_ID: 'your-tenant-id'
_ACCESS_TOKEN: 'access-token'

_SERVICE_ACCOUNT_KEY: 'your-service-account-key'

0 comments on commit 93c97ba

Please sign in to comment.