ci: Fix container image repo name
All checks were successful
dustin/sshca/pipeline/head This commit looks good

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.
This commit is contained in:
2024-01-31 20:56:15 -06:00
parent 4b7c8c3d5a
commit f38f9d9f6e

View File

@@ -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}")