solution: publish to docker on github release

This commit is contained in:
Igor Artamonov
2020-03-15 20:57:19 -04:00
committed by GitHub
parent 6392b6bebd
commit 7e255d837a
5 changed files with 45 additions and 24 deletions

View File

@@ -140,6 +140,10 @@ jib {
}
add project.version.toString().replaceAll('(\\d+\\.\\d+).+', '$1')
}
auth {
username = 'splix'
password = System.getenv('DOCKER_KEY')
}
}
container {
jvmFlags = [