File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ elif [ "$DEPLOY_AZURE_CONTAINER_REGISTRY" == "true" ] && ([ -z "$BUILD_CONTAINER
1212 echo " Import container images"
1313 for service in " ${services[@]} " ; do
1414 echo " Importing aks-store-demo/${service} :latest"
15- az acr import --name ${AZURE_REGISTRY_NAME} --source ghcr.io/azure-samples /aks-store-demo/${service} :latest --image aks-store-demo/${service} :latest
15+ az acr import --name ${AZURE_REGISTRY_NAME} --source ghcr.io/pauldotyu /aks-store-demo/${service} :latest --image aks-store-demo/${service} :latest
1616 done
1717else
1818 echo " No BUILD_CONTAINERS variable set, skipping container build/import"
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ services:
6161 helm :
6262 repositories :
6363 - name : aks-store-demo
64- url : https://azure-samples .github.io/aks-store-demo
64+ url : https://pauldotyu .github.io/aks-store-demo
6565 releases :
6666 - name : demo
6767 chart : aks-store-demo/aks-store-demo-chart
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ output "AZURE_REGISTRY_NAME" {
7676}
7777
7878output "AZURE_REGISTRY_URI" {
79- value = local. deploy_azure_container_registry ? module. acr [0 ]. resource . login_server : " ghcr.io/azure-samples "
79+ value = local. deploy_azure_container_registry ? module. acr [0 ]. resource . login_server : " ghcr.io/pauldotyu "
8080}
8181
8282output "AZURE_TENANT_ID" {
You can’t perform that action at this time.
0 commit comments