Skip to content

Commit

Permalink
fixed container registry name
Browse files Browse the repository at this point in the history
  • Loading branch information
jananivMS committed May 19, 2020
1 parent 330c7af commit 385a6cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ steps:
export HELM_EXPERIMENTAL_OCI=1
cd charts/azure-service-operator
ls
versiontag="$(CONTAINER_REGISTRY)/$(ASO_HELM_CHART_NAME):$(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_VERSION)"
latesttag="$(CONTAINER_REGISTRY)/$(ASO_HELM_CHART_NAME):latest"
versiontag="$(CONTAINER_REGISTRY_NAME)/$(ASO_HELM_CHART_NAME):$(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_VERSION)"
latesttag="$(CONTAINER_REGISTRY_NAME)/$(ASO_HELM_CHART_NAME):latest"
echo $versiontag
echo $latesttag
echo $(AZURE_CLIENT_SECRET)|helm registry login $(CONTAINER_REGISTRY) --username $(AZURE_CLIENT_ID) --password-stdin
Expand Down

0 comments on commit 385a6cc

Please sign in to comment.