Add kotlin image to ci
This commit is contained in:
parent
5053b79ad4
commit
3e49e31e66
1 changed files with 7 additions and 0 deletions
|
@ -80,3 +80,10 @@ ddadevops-image-publish:
|
|||
stage: image
|
||||
script:
|
||||
- cd infrastructure/ddadevops && pyb image publish
|
||||
|
||||
kotlin-image-publish:
|
||||
<<: *img
|
||||
<<: *tag_only
|
||||
stage: image
|
||||
script:
|
||||
- cd infrastructure/kotlin && pyb image publish
|
||||
|
|
Loading…
Reference in a new issue