forked from LiveCarta/AIServicesBaseImages
Uncommented image push, added gitea workflow
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -10,7 +10,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
def img = docker.build("${env.PUSH_REGISTRY}/ml-base:latest", "-f MLBaseDockerfile .")
|
||||
// img.push()
|
||||
img.push()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user