diff --git a/pipelines/release/docker/build_stack.groovy b/pipelines/release/docker/build_stack.groovy index 0f8120085..7173c217b 100644 --- a/pipelines/release/docker/build_stack.groovy +++ b/pipelines/release/docker/build_stack.groovy @@ -73,7 +73,7 @@ notify.wrap { registryTags += Arrays.asList(extraDockerTags.split()) // should be removed after dropping support for dockerhub def extraTagList = Arrays.asList(extraDockerTags.split()) - registryTags += extraTagList + ghregistryTags += extraTagList extraTagList.each { tag -> registryTags += "7-stack-lsst_distrib-${tag}" }