ci(titan-iac): use harbor python runner

This commit is contained in:
Brad Stein 2026-04-21 13:18:31 -03:00
parent 8c1a26ead6
commit 6ac375f82e
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ spec:
node-role.kubernetes.io/worker: "true"
containers:
- name: python
image: python:3.12-slim
image: registry.bstein.dev/bstein/python:3.12-slim
command:
- cat
tty: true

View File

@ -12,7 +12,7 @@ spec:
node-role.kubernetes.io/worker: "true"
containers:
- name: python
image: python:3.12-slim
image: registry.bstein.dev/bstein/python:3.12-slim
command:
- cat
tty: true