sdfe
This commit is contained in:
@@ -30,7 +30,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
def version = "0.0.${env.BUILD_NUMBER}"
|
||||
sh "docker build --build-arg ENVIRONMENT=${ASP_ENVIRONMENT} -t clean-architecture-pro:${version} ."
|
||||
sh "docker build --build-arg ENVIRONMENT=${ASP_ENVIRONMENT} -t clean-architecture-pro:${version} ./CleanArchitecture/"
|
||||
// Utiliza las credenciales de Docker para subir la imagen
|
||||
docker.withRegistry('https://dockerregistry.alexdev.es', 'dockerregistryalexdev') {
|
||||
// Etiqueta la imagen para Docker Registry
|
||||
|
||||
Reference in New Issue
Block a user