werwe
This commit is contained in:
@@ -34,7 +34,7 @@ pipeline {
|
|||||||
sh "docker build --build-arg ENVIRONMENT=${ASP_ENVIRONMENT} -t ${imageName} ./CleanArchitecture/"
|
sh "docker build --build-arg ENVIRONMENT=${ASP_ENVIRONMENT} -t ${imageName} ./CleanArchitecture/"
|
||||||
|
|
||||||
//// Login y Push usando withDockerRegistry
|
//// Login y Push usando withDockerRegistry
|
||||||
docker.withRegistry(${REGISTRY_URL}, 'dockerregistryalexdev') {
|
docker.withRegistry("${REGISTRY_URL}", 'dockerregistryalexdev') {
|
||||||
sh "docker tag ${imageName} ${fullImageName}"
|
sh "docker tag ${imageName} ${fullImageName}"
|
||||||
sh "docker push ${fullImageName}"
|
sh "docker push ${fullImageName}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user