This commit is contained in:
Alejandro Sarmiento
2024-03-11 21:07:31 +01:00
parent 06f09cf83b
commit 7e7b8bde30

View File

@@ -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}"
}
}