From 3e49e31e668d06a25a54e4051f040a6ea007213e Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 1 Dec 2023 11:09:39 +0100 Subject: [PATCH] Add kotlin image to ci --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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