File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,8 @@ jobs:
118118 run : |
119119 if [[ "${{ env.BRANCH_NAME }}" == "main" ]]; then
120120 IMAGE_TAG="latest"
121- elif [[ "${{ env.BRANCH_NAME }}" == "hotfix " ]]; then
122- IMAGE_TAG="hotfix "
121+ elif [[ "${{ env.BRANCH_NAME }}" == "dev " ]]; then
122+ IMAGE_TAG="dev "
123123 else
124124 IMAGE_TAG="latest"
125125 fi
@@ -142,7 +142,7 @@ jobs:
142142 logAnalyticsWorkspaceConfiguration='{"dataRetentionInDays": 30, "existingWorkspaceResourceId": ""}' \
143143 applicationInsightsConfiguration='{"retentionInDays": 30}' \
144144 virtualNetworkConfiguration='{"enabled": false}' \
145- webServerFarmConfiguration='{"skuCapacity": 1, "skuName": "B2"}'
145+ webServerFarmConfiguration='{"skuCapacity": 1, "skuName": "B2"}' \
146146 --output json
147147
148148 - name : Extract Web App and API App URLs
@@ -156,7 +156,6 @@ jobs:
156156 fi
157157 done
158158
159-
160159 - name : Get Container App Backend URL
161160 id : get_backend_url
162161 run : |
You can’t perform that action at this time.
0 commit comments