1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 21:14:43 +01:00
MadelineProto/.woodpecker/.build-docker.yml
2023-12-29 15:07:57 +01:00

27 lines
451 B
YAML

clone:
git:
when:
event:
- tag
- push
image: woodpeckerci/plugin-git
settings:
depth: 1
lfs: false
recursive: false
tags: true
steps:
variants:
image: docker:cli
secrets: [docker_username, docker_password]
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- apk add bash
- tests/docker.sh
when:
event:
- tag
- push