add build and push to registry

This commit is contained in:
buenosairesam
2026-01-02 21:38:12 -03:00
parent f5548e31a1
commit 220e34cad4

View File

@@ -5,9 +5,12 @@ when:
- event: manual - event: manual
steps: steps:
- name: notify - name: build
image: alpine image: docker
commands: commands:
- echo === sysmonstm === - echo === Building sysmonstm ===
- echo $CI_COMMIT_BRANCH - docker build -t registry:5000/sysmonstm:latest -f ctrl/standalone/Dockerfile ctrl/standalone/
- echo $CI_COMMIT_SHA - docker push registry:5000/sysmonstm:latest
- echo === Done ===
volumes:
- /var/run/docker.sock:/var/run/docker.sock