Merge pull request #7773 from halo-dev/chore/correct-ghcr-ns-nae

Update GitHub Container Registry namespace for Docker image publishing
pull/7775/head
John Niang 2025-09-18 23:49:30 +08:00 committed by GitHub
commit 6ab51fde5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -208,10 +208,10 @@ if (!isRelease) {
tasks.register('publishToGhcr', BootBuildImage) {
group = 'publishing'
description = 'Build and publish the Docker image to GitHub Container Registry.'
imageName = "ghcr.io/halo/${name}:${tagName}"
imageName = "ghcr.io/halo-dev/${name}:${tagName}"
publish = StringUtils.hasText(System.getenv('GHCR_TOKEN'))
if (!isRelease) {
tags = ["ghcr.io/halo/${name}:cnb-main".toString()]
tags = ["ghcr.io/halo-dev/${name}:cnb-main".toString()]
}
docker {
publishRegistry {