osrs-prometheus-exporter/.woodpecker.yml

14 lines
No EOL
418 B
YAML

pipeline:
build:
image: rust:1-alpine
commands:
- apk add clang build-base
- cargo build --release
containerize:
image: docker:23-dind
volumes:
- /var/run/docker.sock:/var/run/docker.sock
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