diff --git a/Jenkinsfile b/Jenkinsfile index 2e38e6d..33dafa1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -48,7 +48,6 @@ pipeline { stage('Push to Docker Hub') { steps { - def commitHash = sh(script: 'git rev-parse --short HEAD', returnStdout: true).trim() sh ''' # Push both tags docker push ${DOCKER_HUB_USERNAME}/${IMAGE_NAME}:${commitHash}