Skip to content

Commit

Permalink
Update Jenkinsfile-Release
Browse files Browse the repository at this point in the history
  • Loading branch information
hlebkanonik authored Oct 17, 2022
1 parent 89fc4d5 commit 7ae148a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile-Release
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {
stage('Push') {
steps {
script {
sh 'docker push $REGISTRY/service-ui$VERSION'
sh 'docker push $REGISTRY/service-ui:$VERSION'
}
}
}
Expand Down

0 comments on commit 7ae148a

Please sign in to comment.