mirror of
https://github.com/nitezs/sub2clash.git
synced 2024-12-23 21:44:41 -05:00
15 lines
308 B
YAML
15 lines
308 B
YAML
when:
|
|
- event: cron
|
|
cron: docker-nightly
|
|
|
|
steps:
|
|
- name: build
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
|
repo: nite07/sub2clash
|
|
tag: nightly
|
|
username: nite07
|
|
password:
|
|
from_secret: docker_password
|