fix
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -19,6 +19,7 @@ pipeline {
|
||||
|
||||
stage('Build HTML') {
|
||||
steps {
|
||||
script {
|
||||
dockerImage = docker.build("alpine-avif-webp:latest")
|
||||
docker.withRegistry('https://registry.chaoswg.org:5000', 'docker-registry-credentials') {
|
||||
dockerImage.push()
|
||||
@@ -27,3 +28,4 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user