modified: Jenkinsfile

Lower case image name
This commit is contained in:
Jonathan Ervine 2020-04-22 11:38:13 +08:00
parent 5f8e4ae7fa
commit b334dd7baf

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ node("docker-node") {
try { try {
stage "build" stage "build"
def app = docker.build "library/x86_64/suse/stepCA" def app = docker.build "library/x86_64/suse/stepca"
stage "publish" stage "publish"
app.push("${env.BUILD_NUMBER}") app.push("${env.BUILD_NUMBER}")