Skip to content

Commit ee4b404

Browse files
author
Alfredo Tornero
committed
ajuste9
1 parent 612e081 commit ee4b404

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/master_nsf-backend-ga.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,6 @@ permissions:
1414

1515
jobs:
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
@@ -37,7 +26,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)