From f38f9d9f6e381c0d5c44e31010807064dac289e7 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 31 Jan 2024 20:56:15 -0600 Subject: [PATCH] ci: Fix container image repo name The SSHCA container image is supposed to be published to the *packages* organization, since it is an image for custom software, as opposed to a customized OS. --- ci/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/common.sh b/ci/common.sh index 060e8cb..f857bfd 100644 --- a/ci/common.sh +++ b/ci/common.sh @@ -5,7 +5,7 @@ escape_name() { } REGISTRY_URL=git.pyrocufflink.net -NAMESPACE=containerimages +NAMESPACE=packages NAME="${JOB_NAME#*/}" NAME=$(escape_name "${NAME%/*}") TAG=$(escape_name "${BRANCH_NAME}")