qsaxc
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user