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
|
image: woodpeckerci/plugin-kaniko
|
||||||
settings:
|
settings:
|
||||||
registry: registry.threesix.ai
|
registry: registry.threesix.ai
|
||||||
repo: registry.threesix.ai/stemedb-api
|
repo: stemedb-api
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- ${CI_COMMIT_SHA:0:8}
|
- ${CI_COMMIT_SHA:0:8}
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
cache: true
|
cache: true
|
||||||
cache_repo: registry.threesix.ai/stemedb-api/cache
|
cache_repo: stemedb-api/cache
|
||||||
skip_tls_verify: true
|
skip_tls_verify: true
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user