Uncommented image push, added gitea workflow

This commit is contained in:
2025-11-17 12:33:15 +01:00
parent fd534325ad
commit b0e00eb209
2 changed files with 32 additions and 1 deletions

2
Jenkinsfile vendored
View File

@@ -10,7 +10,7 @@ pipeline {
steps {
script {
def img = docker.build("${env.PUSH_REGISTRY}/ml-base:latest", "-f MLBaseDockerfile .")
// img.push()
img.push()
}
}
}