mirror of
https://github.com/bestnite/sub2clash.git
synced 2025-07-05 04:12:34 +08:00
mod
This commit is contained in:
@ -6,7 +6,7 @@ steps:
|
||||
- name: build
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
repo: nite07/sub2clash
|
||||
tag: nightly
|
||||
username: nite07
|
||||
|
@ -5,9 +5,9 @@ steps:
|
||||
- name: build
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
repo: nite07/sub2clash
|
||||
tag: ${CI_COMMIT_TAG}
|
||||
auto_tag: true
|
||||
username: nite07
|
||||
password:
|
||||
from_secret: docker_password
|
||||
|
Reference in New Issue
Block a user