osrs-prometheus-exporter/.woodpecker.yml
Daan Boerlage add0bcf873
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add protoc to the build
2023-04-06 14:16:49 +02:00

15 lines
No EOL
490 B
YAML

pipeline:
build:
image: rust:1-alpine
commands:
- apk add clang build-base protoc
- cargo build --release
containerize:
image: docker:23-dind
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/daan/.docker/config.json:/root/.docker/config.json
commands:
- apk add git
- docker buildx build -t git.boerlage.me/daan/osrs-prometheus-exporter:latest .
- docker push git.boerlage.me/daan/osrs-prometheus-exporter:latest