diff --git a/Jenkinsfile b/Jenkinsfile index 768d792..916accc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ pipeline { ) ghcrImage = docker.build("ifargle/headscale-webui:${env.BRANCH_NAME}-${env.BUILD_ID}", "--label \"GIT_COMMIT=${env.GIT_COMMIT}\"" - + "--environment \"GIT_COMMIT=${env.GIT_COMMIT}\"" + + " --environment \"GIT_COMMIT=${env.GIT_COMMIT}\"" + " ." ) }