From b77357849992b67bbad8b9c7292d9b85309bafa0 Mon Sep 17 00:00:00 2001 From: dresi Date: Wed, 5 Nov 2025 13:03:56 +0100 Subject: [PATCH] Jenkinsfile aktualisiert --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 51bca8c..69bec56 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { steps { container('dind') { sh 'cat run.sh' - sh 'docker build . -t andreas/rsyncd:${env.BUILD_TAG}' + sh 'docker build -t andreas/rsyncd .' sh 'docker images' } }