Files
hxki-ci-test/.woodpecker.yml
2026-03-07 13:05:47 +00:00

10 lines
239 B
YAML

steps:
build:
image: docker:24
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- docker build -t hxki-registry:5000/hxki-ci-test:latest .
- docker push hxki-registry:5000/hxki-ci-test:latest