ci: fix Kaniko repo path and use external registry URL for deploys
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
jordan 2026-03-07 00:32:59 -07:00
parent f5480f9f1c
commit 7895a68433

View File

@ -9,14 +9,14 @@ steps:
image: woodpeckerci/plugin-kaniko
settings:
registry: registry.threesix.ai
repo: registry.threesix.ai/stemedb-api
repo: stemedb-api
tags:
- latest
- ${CI_COMMIT_SHA:0:8}
context: .
dockerfile: Dockerfile
cache: true
cache_repo: registry.threesix.ai/stemedb-api/cache
cache_repo: stemedb-api/cache
skip_tls_verify: true
deploy: