diff --git a/Jenkinsfile b/Jenkinsfile index 1ad141e..73bb5ec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ node { stage('Push') { docker.withRegistry('https://registry.hub.docker.com', 'a2aa5264-dce1-4054-8828-8db95e3c6c3c') { - app.push('') + app.push('latest') } } } \ No newline at end of file