modified: Jenkinsfile
Lower case image name
This commit is contained in:
parent
5f8e4ae7fa
commit
b334dd7baf
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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}")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user