File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,6 @@ jobs:
120120 az deployment group create \
121121 --resource-group ${{ env.RESOURCE_GROUP_NAME }} \
122122 --template-file infra/main.bicep \
123-
124123 --parameters environmentName=${{env.SOLUTION_PREFIX}} contentUnderstandingLocation="swedencentral" secondaryLocation="${{ env.AZURE_LOCATION }}" imageTag=${{ steps.determine_tag.outputs.tagname }} gptDeploymentCapacity=150
125124
126125
@@ -355,4 +354,4 @@ jobs:
355354 if : always()
356355 run : |
357356 az logout
358- echo "Logged out from Azure."
357+ echo "Logged out from Azure."
Original file line number Diff line number Diff line change 4949 id : determine_tag
5050 run : |
5151 if [[ "${{ github.ref_name }}" == "main" ]]; then
52- echo "tagname=latest " >> $GITHUB_OUTPUT
52+ echo "tagname=latest_fdp " >> $GITHUB_OUTPUT
5353 elif [[ "${{ github.ref_name }}" == "dev" ]]; then
5454 echo "tagname=dev" >> $GITHUB_OUTPUT
5555 elif [[ "${{ github.ref_name }}" == "demo" ]]; then
7878 push : ${{ github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' || github.ref_name == 'dependabotchanges' }}
7979 tags : |
8080 ${{ secrets.ACR_LOGIN_SERVER || 'acrlogin.azurecr.io' }}/km-api:${{ steps.determine_tag.outputs.tagname }}
81- ${{ secrets.ACR_LOGIN_SERVER || 'acrlogin.azurecr.io' }}/km-api:${{ steps.determine_tag.outputs.tagname }}_${{ steps.date.outputs.date }}_${{ github.run_number }}
81+ ${{ secrets.ACR_LOGIN_SERVER || 'acrlogin.azurecr.io' }}/km-api:${{ steps.determine_tag.outputs.tagname }}_${{ steps.date.outputs.date }}_${{ github.run_number }}
You can’t perform that action at this time.
0 commit comments