Skip to content

Commit

Permalink
modified docker push command
Browse files Browse the repository at this point in the history
  • Loading branch information
mattisafur committed Jul 27, 2024
1 parent 6c47242 commit 65ea7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
}
}
}
Expand Down

0 comments on commit 65ea7a1

Please sign in to comment.