Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dsecop authored Nov 25, 2023
1 parent c4a3242 commit b197480
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ pipeline {
steps {
script {
docker.withRegistry('', 'dockerhub_id') {
docker.image("${registry}:latest").push('latest')
docker.image("${registry}:${env.BUILD_ID}").push("${env.BUILD_ID}")
}
}
Expand Down

0 comments on commit b197480

Please sign in to comment.