fix registry

This commit is contained in:
2026-03-07 05:33:12 +00:00
parent f97612d52e
commit aee168adbe

2
Jenkinsfile vendored
View File

@@ -3,7 +3,7 @@ pipeline {
environment {
// Configure these in Jenkins or as pipeline parameters
DOCKER_REGISTRY = 'https://git.wrigglyt.xyz/'
DOCKER_REGISTRY = 'https://git.wrigglyt.xyz'
DOCKER_IMAGE = 'ryanv/myapp' // e.g., username/repo for Docker Hub
DEPLOY_HOST = '10.0.11.3'
DEPLOY_USER = 'ryanv'