mirror of
https://github.com/mykitserver/docker-ddns-ipv64.git
synced 2025-12-06 16:39:06 +01:00
drone
This commit is contained in:
30
.drone.yml
30
.drone.yml
@@ -47,5 +47,35 @@ trigger:
|
|||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- BUILD-TEST
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: BUILD
|
||||||
|
steps:
|
||||||
|
- name: Build Multi-arch
|
||||||
|
image: alcapone1933/drone:docker-buildx
|
||||||
|
privileged: true
|
||||||
|
settings:
|
||||||
|
username:
|
||||||
|
from_secret: DOCKER_USER
|
||||||
|
password:
|
||||||
|
from_secret: DOCKER_PASS
|
||||||
|
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
|
||||||
|
repo: alcapone1933/ddns-ipv64
|
||||||
|
# tags: latest
|
||||||
|
auto_tag: true
|
||||||
|
auto_tag_suffix: v0.0.1
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
event:
|
||||||
|
- custom
|
||||||
|
# - push
|
||||||
|
# - pull_request
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- BUILD-TEST
|
- BUILD-TEST
|
||||||
Reference in New Issue
Block a user