add build image

This commit is contained in:
TomPGrid 2025-02-28 11:20:54 +01:00
parent 2ba17ecb45
commit 2ba789c2a1

1
Jenkinsfile vendored
View file

@ -33,7 +33,6 @@ pipeline {
stage('Build Image') {
agent {
image 'docker:20.10.16'
args '--privileged -v /var/ryn/docker.sock:/var/run/docker.sock'
}
steps {
sh 'docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASS" mr:8084'