Skip to content

Commit

Permalink
Fix issue with release 0.5.0-alpha1.
Browse files Browse the repository at this point in the history
- Modify the name of the image to push
  • Loading branch information
franciscoRdiaz committed Oct 7, 2017
1 parent 38ccf4c commit 39fd47f
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 @@ -56,7 +56,7 @@ node('TESTDOCKER'){

stage "Publish etm docker image"
echo ("Publish elastest/etm image")
def myimage = docker.image('elastest/etm')
def myimage = docker.image('elastest/etm:0.5.0-alpha1')
withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: 'elastestci-dockerhub',
usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD']]) {
sh 'docker login -u "$USERNAME" -p "$PASSWORD"'
Expand Down

0 comments on commit 39fd47f

Please sign in to comment.