Update Jenkinsfile

This commit is contained in:
2025-06-03 22:23:46 +00:00
parent 1100cf7f99
commit b6a44ba8cc

2
Jenkinsfile vendored
View File

@@ -69,7 +69,7 @@ pipeline {
echo "Logging into Docker registry..."
sh "echo $DOCKER_PASS | docker login ${DOCKER_REGISTRY} -u $DOCKER_USER --password-stdin"
echo "Pushing Docker image..."
sh "docker push ${DOCKER_REGISTRY}/${IMAGE_NAME}:${BUILD_ID}"
sh "docker push ${DOCKER_REGISTRY}/public/${IMAGE_NAME}:${BUILD_ID}"
}
}
}