soy un poco tonto

This commit is contained in:
Alejandro Sarmiento
2024-03-12 18:07:56 +01:00
parent eaddbbae69
commit 94c6d615b4

View File

@@ -26,7 +26,7 @@ pipeline {
stage ('Push to Docker Registry') {
steps {
script {
withCredentials()
def version = "0.0.${env.BUILD_NUMBER}"
def imageName = "clean-architecture-backend:${version}"