diff --git a/Jenkinsfile b/Jenkinsfile index 7c0855f..7c6f22b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,7 +47,7 @@ pipeline { // push image to dockerhub withDockerRegistry([credentialsId: 'dockerhub-mattisafur', url: '']) { - sh 'docker push ${DOCKER_REGISTRY}/${IMAGE_NAME}:${IMAGE_TAG} .' + sh 'docker push ${DOCKER_REGISTRY}/${IMAGE_NAME}:${IMAGE_TAG}' } } }