This commit is contained in:
2024-04-18 00:15:36 +08:00
parent 4b02c39317
commit a2596b1880
4 changed files with 5 additions and 14 deletions

View File

@ -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

View File

@ -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