ci(ananke): use harbor go runner

This commit is contained in:
codex 2026-04-21 13:35:36 -03:00
parent f12637fbc6
commit 6ad421d2c3

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ spec:
node-role.kubernetes.io/worker: "true"
containers:
- name: go-tester
image: golang:1.25-bookworm
image: registry.bstein.dev/bstein/golang:1.25-bookworm
command: ["cat"]
tty: true
volumeMounts: