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 7, 2024
1 parent e39e4ce commit a02ee18
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 @@ -5,7 +5,7 @@ steps:
args:
- '-c'
- |
gcloud secrets versions access latest --secret=${_SECRET_NAME} > /workspace/service-account-key.json
gcloud secrets versions access latest --secret=${_SECRET_NAME} > /key.json
# Step 2: Authenticate Docker with your PAT
- name: 'gcr.io/cloud-builders/docker'
Expand Down

0 comments on commit a02ee18

Please sign in to comment.