Compare commits

...

2 commits

Author SHA1 Message Date
Josh
cb4bebb42c refactor: move pipeline to .woodpecker/ directory
Some checks failed
ci/woodpecker/push/build Pipeline failed
Use Woodpecker's default directory-based pipeline discovery.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 02:26:29 +02:00
Josh
0cf1307b08 fix: use map syntax for environment in woodpecker pipeline
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 01:07:40 +02:00

View file

@ -11,7 +11,7 @@ steps:
- name: build
image: docker:27-cli
environment:
- DOCKER_HOST=unix:///var/run/docker.sock
DOCKER_HOST: unix:///var/run/docker.sock
commands:
- docker build -t 10.0.0.3:5000/writekit:${CI_COMMIT_BRANCH} .
- docker push 10.0.0.3:5000/writekit:${CI_COMMIT_BRANCH}