This commit is contained in:
Jakub Zaręba 2023-04-04 19:37:59 +02:00
parent 086d9a2c02
commit 17bf1e1e16

1
Jenkinsfile vendored
View File

@ -3,6 +3,7 @@ pipeline {
dockerfile { dockerfile {
filename 'Dockerfile' filename 'Dockerfile'
args '-u root:root' args '-u root:root'
registryUrl 'https://hub.docker.com/repository/docker/s487187/ium'
} }
} }