use docker plugin for build

This commit is contained in:
buenosairesam
2026-01-02 21:42:00 -03:00
parent 17be9d19a4
commit 5e4d006a03

View File

@@ -6,11 +6,11 @@ when:
steps:
- name: build
image: docker
commands:
- echo === Building sysmonstm ===
- docker build -t registry:5000/sysmonstm:latest -f ctrl/standalone/Dockerfile ctrl/standalone/
- docker push registry:5000/sysmonstm:latest
- echo === Done ===
volumes:
- /var/run/docker.sock:/var/run/docker.sock
image: plugins/docker
settings:
repo: registry:5000/sysmonstm
registry: registry:5000
tag: latest
dockerfile: ctrl/standalone/Dockerfile
context: ctrl/standalone
insecure: true