fixed push image job
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -45,8 +45,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage('Push image in gitea registry') {
|
stage('Push image in gitea registry') {
|
||||||
docker push ${REGISTRY}/${USER}/${IMAGE}:latest
|
steps {
|
||||||
docker logout ${REGISTRY}
|
docker push ${REGISTRY}/${USER}/${IMAGE}:latest
|
||||||
|
docker logout ${REGISTRY}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user