Fixed image name

This commit is contained in:
Jonathan Ervine 2020-07-07 23:17:18 +08:00
parent 93115f70b7
commit 9ff4cee802

2
Jenkinsfile vendored
View File

@ -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}")