File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,6 @@ permissions:
1414
1515jobs :
1616
17- # -------------------------------
18- # 🐳 Build + Scan + Push a ACR
19- # -------------------------------
20- docker :
21- if : github.event_name == 'push'
22- uses : ./.github/workflows/docker-build-acr.yml
23- secrets :
24- AZURE_CLIENT_ID : ${{ secrets.AZURE_CLIENT_ID }}
25- AZURE_TENANT_ID : ${{ secrets.AZURE_TENANT_ID }}
26- AZURE_SUBSCRIPTION_ID : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
27-
2817
2918 # -------------------------------
3019 # 🚀 Despliegue 2: App Service por Contenedor
3726 app_name : " nsf-backend-ga-cont" # 👈 tu App Service basado en ACR
3827 acr_name : " nsfacrdev"
3928 image_name : " nsf-backend-util"
40- image_tag : " 92 "
29+ image_tag : " 99 "
4130 slot : " production"
4231 secrets :
4332 AZURE_CLIENT_ID : ${{ secrets.AZURE_CLIENT_ID }}
You can’t perform that action at this time.
0 commit comments