@ -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}