try adding root to dockerhub

This commit is contained in:
Karol Cyganik 2024-04-14 14:51:37 +02:00
parent 4bcfd02030
commit 807f85790f

View File

@ -2,6 +2,7 @@ pipeline {
agent {
docker {
image 'karolcyganik/ium:latest'
args '-u root'
}
}