From d9b3237c11919eaf60bcd96564815a6470c8b01c Mon Sep 17 00:00:00 2001 From: Ross Ceballo Date: Fri, 28 Mar 2025 13:35:18 -0400 Subject: [PATCH] Fixed missing tags for ghcr.io --- pipelines/release/docker/build_stack.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" }