osrs-prometheus-exporter/.woodpacker.yml
2023-04-05 02:32:25 +02:00

13 lines
No EOL
387 B
YAML

pipeline:
build:
image: rust:1-alpine
commands:
- 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-playercount-exporter:latest .
- docker push git.boerlage.me/daan/osrs-playercount-exporter:latest