Skip to content

Commit

Permalink
Dockertools - Fix secret version and target GCS (#1903)
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomiani authored Sep 19, 2022
1 parent 5a7e5f7 commit fc0e6dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cloudbuild-dockertools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ steps:

artifacts:
objects:
location: 'gs://$PROJECT_ID/'
location: 'gs://$PROJECT_ID-kokoro/'
paths: ['/workspace/cloudbuild', '/workspace/dockerfiles', '/workspace/cloudbuild_$TAG_NAME', '/workspace/dockerfiles_$TAG_NAME']

availableSecrets:
secretManager:
- versionName: projects/$PROJECT_ID/secrets/GH_TOKEN/versions/1
- versionName: projects/$PROJECT_ID/secrets/GH_TOKEN/versions/latest
env: 'GH_TOKEN'

0 comments on commit fc0e6dd

Please sign in to comment.