File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 90
90
- uses : azure/webapps-deploy@v2
91
91
with :
92
92
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}}
94
94
95
95
deploy-to-test :
96
96
@@ -111,7 +111,7 @@ jobs:
111
111
- uses : azure/webapps-deploy@v2
112
112
with :
113
113
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}}
115
115
116
116
deploy-to-prod :
117
117
@@ -132,4 +132,4 @@ jobs:
132
132
- uses : azure/webapps-deploy@v2
133
133
with :
134
134
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}}
You can’t perform that action at this time.
0 commit comments