diff --git a/Jenkinsfile b/Jenkinsfile index aaa2b12295..05b99bfea2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -91,7 +91,6 @@ pipeline { } stage('Push image') { steps { - sh 'docker-compose build --build-arg BUILD_ID=$BUILD_ID --parallel' sh 'docker login --username $CREDS_USR --password $CREDS_PSW $REGISTRY' sh 'docker tag $IMAGE:$TAG $IMAGE:$BRANCH_NAME' sh 'docker push $IMAGE:$BRANCH_NAME'