ci: Fix container image repo name
dustin/sshca/pipeline/head This commit looks good Details

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.
master
Dustin 2024-01-31 20:56:15 -06:00
parent 4b7c8c3d5a
commit f38f9d9f6e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ escape_name() {
} }
REGISTRY_URL=git.pyrocufflink.net REGISTRY_URL=git.pyrocufflink.net
NAMESPACE=containerimages NAMESPACE=packages
NAME="${JOB_NAME#*/}" NAME="${JOB_NAME#*/}"
NAME=$(escape_name "${NAME%/*}") NAME=$(escape_name "${NAME%/*}")
TAG=$(escape_name "${BRANCH_NAME}") TAG=$(escape_name "${BRANCH_NAME}")