Skip to content

Commit

Permalink
ci: use CI_REGISTRY_IMAGE variable to address container image
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Aug 24, 2023
1 parent 99bfff3 commit 0dde36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -355,7 +355,7 @@ deploy_dcache_helm:
fi
- helm repo add dcache ${DCACHE_HELM_REPO}
- helm repo update
- helm -n ${K8S_NAMESPACE} install --wait --set image.tag=${tag} --set image.repository=gitlab.desy.de:5555/dcache/dcache store dcache/dcache
- helm -n ${K8S_NAMESPACE} install --wait --set image.tag=${tag} --set image.repository=${CI_REGISTRY_IMAGE} store dcache/dcache


#
Expand Down

0 comments on commit 0dde36e

Please sign in to comment.