mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 09:58:59 +01:00
31 lines
607 B
YAML
31 lines
607 B
YAML
matrix:
|
|
dockerfile:
|
|
- "tests/dockerfiles/php/Dockerfile.debian"
|
|
- "tests/dockerfiles/php/Dockerfile.alpine"
|
|
platform:
|
|
- linux/arm64
|
|
|
|
clone:
|
|
git:
|
|
when:
|
|
event:
|
|
- tag
|
|
- push
|
|
image: woodpeckerci/plugin-git:v1.5.0
|
|
settings:
|
|
depth: 1
|
|
lfs: false
|
|
recursive: false
|
|
tags: true
|
|
|
|
pipeline:
|
|
docker:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
secrets: [docker_username, docker_password]
|
|
settings:
|
|
repo: danog/madelineproto
|
|
dockerfile: ${dockerfile}
|
|
platforms: ${platform}
|
|
tag: next
|
|
when:
|
|
event: push |