Skip to content

Commit

Permalink
Merge pull request #884 from lemeurherveCB/patch-1
Browse files Browse the repository at this point in the history
fix(Jenkinsfile): set `ON_TAG` to `true` to publish tagged versions of the images
  • Loading branch information
dduportal committed Sep 25, 2024
2 parents 426ef6c + e494e51 commit cd8c4c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ pipeline {
def tagItems = env.TAG_NAME.split('-')
if(tagItems.length == 2) {
withEnv([
"ON_TAG=true",
"REMOTING_VERSION=${tagItems[0]}",
"BUILD_NUMBER=${tagItems[1]}",
]) {
Expand Down

0 comments on commit cd8c4c6

Please sign in to comment.