diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5cbeae..2bed781 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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