fix build

This commit is contained in:
Georgios Jason Efstathiou
2025-01-17 22:30:50 +01:00
parent c91dfb87c9
commit c981427fc7
Vendored
+1 -1
View File
@@ -2,7 +2,7 @@ pipeline {
agent any
environment {
REGISTRY = "docker-registry.service.consul"
REGISTRY = "docker.internal.jason-e.dev:8443"
IMAGE_NAME = "efstajas/jenkins-inbound-agent-with-docker"
}