From f12637fbc61966996ac5152855b2beebe5f71bcf Mon Sep 17 00:00:00 2001 From: codex Date: Tue, 21 Apr 2026 13:17:13 -0300 Subject: [PATCH] ci(ananke): use harbor python runner --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 33011a5..5902b59 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ spec: - name: workspace-volume mountPath: /home/jenkins/agent - name: publisher - image: python:3.12-slim + image: registry.bstein.dev/bstein/python:3.12-slim command: ["cat"] tty: true volumeMounts: