ci: Fix container image repo name
All checks were successful
dustin/sshca/pipeline/head This commit looks good
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:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user