This commit is contained in:
Alejandro Sarmiento
2024-03-12 18:11:25 +01:00
parent 94c6d615b4
commit 757c4b6786

View File

@@ -38,7 +38,7 @@ pipeline {
sh "docker build --build-arg ENVIRONMENT=${env.ASP_ENVIRONMENT} -t ${imageName} ./CleanArchitecture/"
docker.withRegistry(${REGISTRY_URL}, 'dockerregistryalexdev') {
docker.withRegistry(REGISTRY_URL, 'dockerregistryalexdev') {
withCredentials([string(credentialsId: 'docker-registry-url-to-push', variable: 'REGISTRY_URL_PUSH')]) {
echo "Vamos a ejecutar el docker tag"