We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e58cb commit 0ae899cCopy full SHA for 0ae899c
.github/workflows/deploy-KMGeneric.yml
@@ -66,7 +66,7 @@ jobs:
66
az deployment group create \
67
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
68
--template-file infra/main.bicep \
69
- --parameters otherLocation=centralus imageTag=${{ steps.determine_tag.outputs.tagname }}
+ --parameters imageTag=${{ steps.determine_tag.outputs.tagname }}
70
71
72
0 commit comments