Skip to content

Commit 0ae899c

Browse files
fixed pipeline
1 parent 03e58cb commit 0ae899c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-KMGeneric.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
az deployment group create \
6767
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
6868
--template-file infra/main.bicep \
69-
--parameters otherLocation=centralus imageTag=${{ steps.determine_tag.outputs.tagname }}
69+
--parameters imageTag=${{ steps.determine_tag.outputs.tagname }}
7070
7171
7272

0 commit comments

Comments
 (0)