gteazs
This commit is contained in:
@@ -37,7 +37,9 @@ pipeline {
|
||||
|
||||
// Iniciar sesi<73>n y subir la imagen
|
||||
docker.withRegistry(env.REGISTRY_URL, 'dockerregistryalexdev') {
|
||||
echo "Vamos a ejecutar el docker tag"
|
||||
sh "docker tag ${imageName} ${fullImageName}"
|
||||
echo "Vamos a ejecutar el docker push"
|
||||
sh "docker push ${fullImageName}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user