1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 23:34:44 +01:00
MadelineProto/.woodpecker/.build-docker.yml

27 lines
451 B
YAML
Raw Normal View History

2023-05-28 19:11:30 +02:00
clone:
git:
when:
event:
- tag
- push
2023-09-01 14:53:46 +02:00
image: woodpeckerci/plugin-git
2023-05-28 19:11:30 +02:00
settings:
depth: 1
lfs: false
recursive: false
tags: true
2023-09-01 14:52:26 +02:00
steps:
2023-05-29 21:23:23 +02:00
variants:
2023-05-30 15:46:42 +02:00
image: docker:cli
2023-05-29 21:02:13 +02:00
secrets: [docker_username, docker_password]
2023-05-30 15:56:53 +02:00
volumes:
- /var/run/docker.sock:/var/run/docker.sock
2023-05-30 15:46:42 +02:00
commands:
2023-05-30 21:14:24 +02:00
- apk add bash
2023-05-30 15:46:42 +02:00
- tests/docker.sh
2023-05-29 15:10:42 +02:00
when:
event:
- tag
- push