Skip to content

Commit 311ea9f

Browse files
committed
fix 2
1 parent 3284637 commit 311ea9f

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
@@ -90,7 +90,7 @@ jobs:
9090
- uses: azure/webapps-deploy@v2
9191
with:
9292
app-name: '{your_prefix}-dev'
93-
images: {your_registry_name}.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}
93+
images: ut3bnazh3pnt6mpnpreg.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}
9494

9595
deploy-to-test:
9696

@@ -111,7 +111,7 @@ jobs:
111111
- uses: azure/webapps-deploy@v2
112112
with:
113113
app-name: '{your_prefix}-test'
114-
images: {your_registry_name}.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}
114+
images: ut3bnazh3pnt6mpnpreg.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}
115115

116116
deploy-to-prod:
117117

@@ -132,4 +132,4 @@ jobs:
132132
- uses: azure/webapps-deploy@v2
133133
with:
134134
app-name: '{your_prefix}-prod'
135-
images: {your_registry_name}.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}
135+
images: ut3bnazh3pnt6mpnpreg.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}

0 commit comments

Comments
 (0)