Skip to content

Commit 7f4e1c5

Browse files
committed
removes duplicated domain
1 parent 044d7e1 commit 7f4e1c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/azDevOps/azure/azure-pipelines-javaspring-k8s.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ variables:
112112
value: "azul_java"
113113

114114
- name: k8s_docker_registry_nonprod
115-
value: "$(DOCKER_CONTAINER_REGISTRY_NAME).azurecr.io"
115+
value: "$(DOCKER_CONTAINER_REGISTRY_NAME)"
116116
- name: k8s_docker_registry_prod
117-
value: "$(DOCKER_CONTAINER_REGISTRY_NAME).azurecr.io"
117+
value: "$(DOCKER_CONTAINER_REGISTRY_NAME)"
118118

119119
# BUILD ARTIFACTS across stages
120120
- name: build_artifact_deploy_path

0 commit comments

Comments
 (0)