ci: fix Kaniko repo path and use external registry URL for deploys
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
f5480f9f1c
commit
7895a68433
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user