moved repository

This commit is contained in:
dalbodeule
2025-04-14 17:54:11 +09:00
parent d09d6fd629
commit 5936622f64
4 changed files with 24 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ tasks.withType<Test> {
}
tasks.withType<BootBuildImage> {
val dockerId = System.getenv("DOCKER_USERNAME") ?: "dalbodeule"
val dockerId = System.getenv("DOCKER_USERNAME") ?: "git.mori.space/dalbodeule"
val dockerPw = System.getenv("DOCKER_PASSWORD") ?: ""
docker {