mirror of
https://github.com/bestnite/sub2sing-box.git
synced 2025-07-05 01:42:35 +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/sub2sing-box
|
||||
tag: nightly
|
||||
username: nite07
|
||||
|
@ -1,13 +1,13 @@
|
||||
when:
|
||||
event: tag
|
||||
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
repo: nite07/sub2sing-box
|
||||
tag: ${CI_COMMIT_TAG}
|
||||
auto_tag: true
|
||||
username: nite07
|
||||
password:
|
||||
from_secret: docker_password
|
||||
|
Reference in New Issue
Block a user