Enhance mission-planner integration and improve project structure for better maintainability.

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-08 06:33:45 +03:00
parent 2f9c4efc8e
commit 073a02fc84
+15
View File
@@ -0,0 +1,15 @@
when:
branch: [stage, main]
event: push
steps:
- name: build-and-push
image: plugins/docker
settings:
dockerfile: Dockerfile
context: .
repo: registry:5000/ui
tags:
- "${CI_COMMIT_BRANCH}"
- "${CI_COMMIT_SHA:0:8}"
insecure: true