Fix docker build

This commit is contained in:
Кирилл
2023-01-18 17:44:57 +04:00
parent 4d4dbf80a7
commit 5a0f0b61a8
2 changed files with 3 additions and 3 deletions

View File

@@ -172,8 +172,8 @@ jib {
add project.version.toString().replaceAll('(\\d+\\.\\d+).+', '$1')
}
auth {
username = System.getenv('DOCKERHUB_USERNAME')
password = System.getenv('DOCKERHUB_TOKEN')
username = System.getenv('DOCKERHUB_USERNAME') ?: ''
password = System.getenv('DOCKERHUB_TOKEN') ?: ''
}
}
container {