feature/reliability_stat
Cizz22 1 year ago
parent 88b4754448
commit 53dfb4f5f1

1
Jenkinsfile vendored

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

Loading…
Cancel
Save