mirror of https://github.com/halo-dev/halo
Update Docker image name and tags for Fit2Cloud registry
parent
8e95f07c49
commit
35504b4e5a
|
@ -242,11 +242,11 @@ tasks.register('publishToDockerHub', BootBuildImage) {
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.register('publishToFit2Cloud', BootBuildImage) {
|
tasks.register('publishToFit2Cloud', BootBuildImage) {
|
||||||
imageName = "registry.fit2cloud.com/${name}:${tagName}"
|
imageName = "registry.fit2cloud.com/halo/${name}:${tagName}"
|
||||||
description = 'Build and publish the Docker image to Fit2Cloud Container Registry.'
|
description = 'Build and publish the Docker image to Fit2Cloud Container Registry.'
|
||||||
publish = StringUtils.hasText(System.getenv('F2C_TOKEN'))
|
publish = StringUtils.hasText(System.getenv('F2C_TOKEN'))
|
||||||
if (!isRelease) {
|
if (!isRelease) {
|
||||||
tags = ["registry.fit2cloud.com/${name}:main".toString()]
|
tags = ["registry.fit2cloud.com/halo/${name}:main".toString()]
|
||||||
}
|
}
|
||||||
docker {
|
docker {
|
||||||
publishRegistry {
|
publishRegistry {
|
||||||
|
|
Loading…
Reference in New Issue