mirror of
https://github.com/nitezs/sub2clash.git
synced 2024-12-23 22:04:41 -05:00
14 lines
257 B
YAML
14 lines
257 B
YAML
when:
|
|
event: tag
|
|
|
|
steps:
|
|
- name: build
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
platforms: linux/amd64
|
|
repo: nite07/sub2clash
|
|
auto_tag: true
|
|
username: nite07
|
|
password:
|
|
from_secret: docker_password
|