Files
sysmonstm/.woodpecker.yml
buenosairesam 79ccae8a6e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
tag images with commit SHA
2026-01-02 22:06:16 -03:00

18 lines
334 B
YAML

# sysmonstm Pipeline
when:
- event: push
- event: manual
steps:
- name: build
image: plugins/docker
settings:
repo: registry.mcrn.ar/sysmonstm
registry: registry.mcrn.ar
tags:
- latest
- ${CI_COMMIT_SHA:0:7}
dockerfile: ctrl/standalone/Dockerfile
context: ctrl/standalone