elk/.woodpecker.yml

12 lines
327 B
YAML
Raw Normal View History

2024-03-16 14:33:04 +00:00
steps:
- name: build docker
image: docker:25-cli
commands:
2024-03-16 14:37:04 +00:00
- REPO=echo "$CI_REPO" | tr '[:upper:]' '[:lower:]'
- docker buildx build -t dev.cat-enby.club/$${REPO}:$CI_COMMIT_TAG
2024-03-16 14:33:04 +00:00
volumes:
- /var/run/docker.sock:/var/run/docker.sock
when:
- repo: nikurasu:elk-test-ci
- event: tag