Skip to content

Commit

Permalink
Enable building docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunkeler committed Mar 6, 2024
1 parent b8717f6 commit feb982a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit feb982a

Please sign in to comment.