From 9603ea9e6d7307e165f158ffadd328ff67fb2142 Mon Sep 17 00:00:00 2001 From: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com> Date: Fri, 25 Apr 2025 16:07:55 +0530 Subject: [PATCH 1/2] Update Create-Release.yml --- .github/workflows/Create-Release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Create-Release.yml b/.github/workflows/Create-Release.yml index 0d51134d..8ddc259a 100644 --- a/.github/workflows/Create-Release.yml +++ b/.github/workflows/Create-Release.yml @@ -56,10 +56,10 @@ jobs: '@semantic-release/github' ] env: - GITHUB_TOKEN: ${{ secrets.TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: echo ${{ steps.semantic.outputs.release-version }} - run: echo "$OUTPUTS" env: OUTPUTS: ${{ toJson(steps.semantic.outputs) }} - \ No newline at end of file + From dead58e4265ded98fa0783d492dcc3586d56e97e Mon Sep 17 00:00:00 2001 From: Roopan P M Date: Fri, 25 Apr 2025 16:09:38 +0530 Subject: [PATCH 2/2] image name updated to latest --- infra/main.bicep | 2 +- infra/main.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/main.bicep b/infra/main.bicep index 6d9a29da..1630c4ab 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -36,7 +36,7 @@ param capacity int = 5 var uniqueId = toLower(uniqueString(subscription().id, Prefix, resourceGroup().location)) var UniquePrefix = 'cm${padLeft(take(uniqueId, 12), 12, '0')}' var ResourcePrefix = take('cm${Prefix}${UniquePrefix}', 15) -var imageVersion = 'fnd01' +var imageVersion = 'latest' var location = resourceGroup().location var dblocation = resourceGroup().location var cosmosdbDatabase = 'cmsadb' diff --git a/infra/main.json b/infra/main.json index 716e8a79..2de64e51 100644 --- a/infra/main.json +++ b/infra/main.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.34.44.8038", - "templateHash": "6290258568261172226" + "templateHash": "143804218232551421" } }, "parameters": { @@ -57,7 +57,7 @@ "uniqueId": "[toLower(uniqueString(subscription().id, parameters('Prefix'), resourceGroup().location))]", "UniquePrefix": "[format('cm{0}', padLeft(take(variables('uniqueId'), 12), 12, '0'))]", "ResourcePrefix": "[take(format('cm{0}{1}', parameters('Prefix'), variables('UniquePrefix')), 15)]", - "imageVersion": "fnd01", + "imageVersion": "latest", "location": "[resourceGroup().location]", "dblocation": "[resourceGroup().location]", "cosmosdbDatabase": "cmsadb",