Edit .onedev-buildspec.yml
This commit is contained in:
parent
a146bb2cbc
commit
0151b10ad2
1 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- !BuildImageStep
|
- !BuildImageStep
|
||||||
name: '[build]: dispatch'
|
name: '[build]: dispatch'
|
||||||
dockerfile: ./apps/dispatch/Dockerfile
|
dockerfile: ./apps/dispatch/Dockerfile
|
||||||
tags: rose/datamine/dispatch:devel
|
tags: '@server@/rose/datamine/dispatch:devel'
|
||||||
publish: true
|
publish: true
|
||||||
builtInRegistryAccessTokenSecret: DOCKER_REGISTRY_TOKEN
|
builtInRegistryAccessTokenSecret: DOCKER_REGISTRY_TOKEN
|
||||||
removeDanglingImages: true
|
removeDanglingImages: true
|
||||||
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- !BuildImageStep
|
- !BuildImageStep
|
||||||
name: '[build]: ingest'
|
name: '[build]: ingest'
|
||||||
dockerfile: ./apps/ingest/Dockerfile
|
dockerfile: ./apps/ingest/Dockerfile
|
||||||
tags: rose/datamine/ingest:devel
|
tags: '@server@/rose/datamine/ingest:devel'
|
||||||
publish: true
|
publish: true
|
||||||
builtInRegistryAccessTokenSecret: DOCKER_REGISTRY_TOKEN
|
builtInRegistryAccessTokenSecret: DOCKER_REGISTRY_TOKEN
|
||||||
removeDanglingImages: true
|
removeDanglingImages: true
|
||||||
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
- !BuildImageStep
|
- !BuildImageStep
|
||||||
name: '[build]: bot'
|
name: '[build]: bot'
|
||||||
dockerfile: ./apps/bot/Dockerfile
|
dockerfile: ./apps/bot/Dockerfile
|
||||||
tags: rose/datamine/bot:devel
|
tags: '@server@/rose/datamine/bot:devel'
|
||||||
publish: true
|
publish: true
|
||||||
builtInRegistryAccessTokenSecret: DOCKER_REGISTRY_TOKEN
|
builtInRegistryAccessTokenSecret: DOCKER_REGISTRY_TOKEN
|
||||||
removeDanglingImages: true
|
removeDanglingImages: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue