containers/.woodpecker/rust.yml

17 lines
343 B
YAML
Raw Normal View History

2022-11-24 23:39:35 -06:00
pipeline:
build:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
repo: seriousbug/rust
2022-11-25 14:28:13 -06:00
dockerfile: rust/Dockerfile
2022-11-24 23:39:35 -06:00
platforms: linux/amd64
tag: latest
when:
2022-11-25 14:31:15 -06:00
event:
2022-11-25 14:39:32 -06:00
- manual
2022-11-25 14:31:15 -06:00
- push
- cron
branch: main
2022-11-25 16:55:33 -06:00
path: rust/*