fix(ci): use registry.nxtgauge.com for db-migrate image
- Remove :5000 from registry in db-migrate build step - Ensure all images push to registry.nxtgauge.com
This commit is contained in:
parent
d29c755899
commit
5ca90d111b
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ steps:
|
||||||
- name: build-and-push-migrate
|
- name: build-and-push-migrate
|
||||||
image: woodpeckerci/plugin-kaniko:2.1.1
|
image: woodpeckerci/plugin-kaniko:2.1.1
|
||||||
settings:
|
settings:
|
||||||
registry: registry.nxtgauge.com:5000
|
registry: registry.nxtgauge.com
|
||||||
repo: nxtgauge-db-migrate
|
repo: nxtgauge-db-migrate
|
||||||
dockerfile: Dockerfile.migrate
|
dockerfile: Dockerfile.migrate
|
||||||
context: .
|
context: .
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue