Adopt UID/GID to GCP.

This commit is contained in:
Mark Paluch
2024-10-18 10:34:27 +02:00
parent 73989cef4c
commit 20d76062e7
3 changed files with 13 additions and 11 deletions

4
Jenkinsfile vendored
View File

@@ -25,7 +25,7 @@ pipeline {
steps {
script {
def image = docker.build("springci/spring-data-release-tools:0.17", "ci")
def image = docker.build("springci/spring-data-release-tools:0.18", "ci")
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
image.push()
}
@@ -41,7 +41,7 @@ pipeline {
agent {
docker {
image 'springci/spring-data-release-tools:0.17'
image 'springci/spring-data-release-tools:0.18'
}
}