delete no-cache flag

This commit is contained in:
Szymon Parafiński 2022-03-31 21:33:33 +02:00
parent f0d59be6c1
commit 60e6b3cd85

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stage ("Build Docker image") {
steps {
sh 'docker build --no-cache -t ium_docker .'
sh 'docker build -t ium_docker .'
}
}
}