diff --git a/Jenkinsfile b/Jenkinsfile index a397bdf..6938c4e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ pipeline{ steps { sshCommand remote: remote, command: ''' set -e - export WORKSPACE=$(realpath "./jenkins/workspace/antosaio") + export WORKSPACE=$(realpath "./jenkins/workspace/antosaio-docker") cd $WORKSPACE # login to dockerhub echo $dockerhub_pat | docker login --username $dockerhub_user --password-stdin