Add kotlin image to ci

This commit is contained in:
bom 2023-12-01 11:09:39 +01:00
parent 5053b79ad4
commit 3e49e31e66

View file

@ -80,3 +80,10 @@ ddadevops-image-publish:
stage: image stage: image
script: script:
- cd infrastructure/ddadevops && pyb image publish - cd infrastructure/ddadevops && pyb image publish
kotlin-image-publish:
<<: *img
<<: *tag_only
stage: image
script:
- cd infrastructure/kotlin && pyb image publish