soy un poco tonto
This commit is contained in:
@@ -26,7 +26,7 @@ pipeline {
|
||||
stage ('Push to Docker Registry') {
|
||||
steps {
|
||||
script {
|
||||
withCredentials()
|
||||
|
||||
def version = "0.0.${env.BUILD_NUMBER}"
|
||||
def imageName = "clean-architecture-backend:${version}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user