This commit is contained in:
mykola2312 2024-03-14 02:41:38 +02:00
parent 07411d371b
commit f402a08b47

2
Jenkinsfile vendored
View file

@ -13,7 +13,7 @@ node {
stage('Push') {
docker.withRegistry('https://registry.hub.docker.com', 'a2aa5264-dce1-4054-8828-8db95e3c6c3c') {
app.push('')
app.push('latest')
}
}
}