1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-24 12:54:41 -05:00
sub2sing-box/.woodpecker/docker.yml

14 lines
285 B
YAML
Raw Normal View History

2024-04-17 09:27:40 -04:00
when:
event: tag
2024-04-17 12:15:36 -04:00
2024-04-17 09:27:40 -04:00
steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
settings:
2024-04-17 12:15:36 -04:00
platforms: linux/amd64,linux/arm64,linux/arm/v7
2024-04-17 09:27:40 -04:00
repo: nite07/sub2sing-box
2024-04-17 12:15:36 -04:00
auto_tag: true
2024-04-17 09:27:40 -04:00
username: nite07
password:
from_secret: docker_password