vieter/.woodpecker/.builder.yml

19 lines
424 B
YAML
Raw Normal View History

2022-01-14 20:30:56 +01:00
branches: dev
platform: linux/amd64
2022-01-14 11:23:12 +01:00
pipeline:
publish:
image: woodpeckerci/plugin-docker-buildx
2022-01-14 11:23:12 +01:00
secrets: [ docker_username, docker_password ]
settings:
repo: chewingbever/vlang
tag: latest
2022-01-14 11:31:13 +01:00
dockerfile: Dockerfile.builder
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
2022-01-14 11:23:12 +01:00
when:
event: push
path:
- Dockerfile.builder
- patches/*
- Makefile