solution: publish to docker on github release
This commit is contained in:
@@ -140,6 +140,10 @@ jib {
|
||||
}
|
||||
add project.version.toString().replaceAll('(\\d+\\.\\d+).+', '$1')
|
||||
}
|
||||
auth {
|
||||
username = 'splix'
|
||||
password = System.getenv('DOCKER_KEY')
|
||||
}
|
||||
}
|
||||
container {
|
||||
jvmFlags = [
|
||||
|
||||
Reference in New Issue
Block a user