fix
This commit is contained in:
parent
0574ec0b70
commit
fcb99fc2eb
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -19,11 +19,13 @@ pipeline {
|
|||||||
|
|
||||||
stage('Build HTML') {
|
stage('Build HTML') {
|
||||||
steps {
|
steps {
|
||||||
dockerImage = docker.build("alpine-avif-webp:latest")
|
script {
|
||||||
docker.withRegistry('https://registry.chaoswg.org:5000', 'docker-registry-credentials') {
|
dockerImage = docker.build("alpine-avif-webp:latest")
|
||||||
|
docker.withRegistry('https://registry.chaoswg.org:5000', 'docker-registry-credentials') {
|
||||||
dockerImage.push()
|
dockerImage.push()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user