aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 3624188..0758ec2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -468,6 +468,9 @@ int main(int argc, char *argv[], char *arge[]) {
msg(OMC_MSG_L1, "Rendering mission templates\n");
delivery_mission_render_files(&ctx);
+ msg(OMC_MSG_L1, "Building Docker image\n");
+ delivery_docker(&ctx);
+
msg(OMC_MSG_L1, "Uploading artifacts\n");
delivery_artifact_upload(&ctx);