fix
This commit is contained in:
parent
0574ec0b70
commit
fcb99fc2eb
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 {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user