This commit is contained in:
33
.drone.yml
33
.drone.yml
@@ -10,6 +10,7 @@ node_selector:
|
||||
trigger:
|
||||
event:
|
||||
- tag
|
||||
- push
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
@@ -36,6 +37,7 @@ node_selector:
|
||||
trigger:
|
||||
event:
|
||||
- tag
|
||||
- push
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
@@ -62,11 +64,12 @@ node_selector:
|
||||
trigger:
|
||||
event:
|
||||
- tag
|
||||
- push
|
||||
steps:
|
||||
- name: manifest-version
|
||||
- name: manifest
|
||||
image: plugins/manifest
|
||||
settings:
|
||||
spec: docker/manifest.version.tmpl
|
||||
spec: docker/manifest.tmpl
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
@@ -76,29 +79,3 @@ steps:
|
||||
depends_on:
|
||||
- linux-amd64
|
||||
- linux-arm64
|
||||
---
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: manifest-latest
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
node_selector:
|
||||
kubernetes.io/arch: arm64
|
||||
trigger:
|
||||
event:
|
||||
- tag
|
||||
steps:
|
||||
- name: manifest-latest
|
||||
image: plugins/manifest
|
||||
settings:
|
||||
spec: docker/manifest.latest.tmpl
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
auto_tag: true
|
||||
ignore_missing: true
|
||||
depends_on:
|
||||
- linux-amd64
|
||||
- linux-arm64
|
@@ -1,10 +0,0 @@
|
||||
image: bottledpills/deluge-openvpn:latest
|
||||
manifests:
|
||||
- image: bottledpills/deluge-openvpn:latest-linux-amd64
|
||||
platform:
|
||||
architecture: amd64
|
||||
os: linux
|
||||
- image: bottledpills/deluge-openvpn:latest-linux-arm64
|
||||
platform:
|
||||
architecture: arm64
|
||||
os: linux
|
Reference in New Issue
Block a user