Skip to content

Commit

Permalink
test cloud build with env var - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sudeepkunhis committed Dec 16, 2024
1 parent 622cfa5 commit 5113f86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ steps:
"cir-converter-service",
"--image",
"europe-west2-docker.pkg.dev/${PROJECT_ID}/cir-converter-service/cir-converter-service:$SHORT_SHA",
"--region europe-west2",
"--platform managed",
"--region",
"europe-west2",
"--platform",
"managed",
"--allow-unauthenticated",
]

Expand Down

0 comments on commit 5113f86

Please sign in to comment.