Fixed image name
This commit is contained in:
parent
93115f70b7
commit
9ff4cee802
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,7 +8,7 @@ node("docker-node") {
|
||||
println commit_id
|
||||
|
||||
stage "build"
|
||||
def app = docker.build "library/x86_64/alpine/alpine-3.10"
|
||||
def app = docker.build "library/x86_64/alpine/alpine"
|
||||
|
||||
stage "publish"
|
||||
app.push("${env.BUILD_NUMBER}")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user