add publish to dockerhub

This commit is contained in:
mxssl
2022-11-14 20:42:22 +03:00
parent 809844d452
commit 234ddc785c
2 changed files with 13 additions and 12 deletions

View File

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