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