Skip to content

Commit

Permalink
Added note about tagging scheme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Bynum committed Aug 11, 2016
1 parent 56aaf25 commit d71fbdc
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 @@ -28,6 +28,7 @@ node('docker') {
def imagename = imagename()
def tag

// Tag images created on master branch with 'latest'
if(env.BRANCH_NAME == "master"){
tag = "latest"
}else{
Expand Down

0 comments on commit d71fbdc

Please sign in to comment.