Skip to content

Commit 6d09875

Browse files
committed
Refactor dotnet-deploy.yml to update image registry URL
1 parent d24203b commit 6d09875

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- uses: azure/webapps-deploy@v2
7979
with:
8080
app-name: 'qkycf2fsjozsg-dev'
81-
images: {your_registry_name}.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}
81+
images: qkycf2fsjozsgmpnpreg.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}
8282

8383
deploy-to-test:
8484

@@ -99,7 +99,7 @@ jobs:
9999
- uses: azure/webapps-deploy@v2
100100
with:
101101
app-name: 'qkycf2fsjozsg-test'
102-
images: {your_registry_name}.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}
102+
images: qkycf2fsjozsgmpnpreg.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}
103103

104104
deploy-to-prod:
105105

@@ -120,4 +120,4 @@ jobs:
120120
- uses: azure/webapps-deploy@v2
121121
with:
122122
app-name: 'qkycf2fsjozsg-prod'
123-
images: {your_registry_name}.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}
123+
images: qkycf2fsjozsgmpnpreg.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}

0 commit comments

Comments
 (0)