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 27d449c commit 03e58cbCopy full SHA for 03e58cb
.github/workflows/deploy-KMGeneric.yml
@@ -65,7 +65,7 @@ jobs:
65
set -e
66
az deployment group create \
67
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
68
- --template-file infra/main.bicep \.
+ --template-file infra/main.bicep \
69
--parameters otherLocation=centralus imageTag=${{ steps.determine_tag.outputs.tagname }}
70
71
0 commit comments