fix pipe
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-29 17:37:39 +01:00
parent fb01815c85
commit 1fb403fd64
3 changed files with 5 additions and 38 deletions

View File

@@ -10,6 +10,7 @@ node_selector:
trigger: trigger:
event: event:
- tag - tag
- push
steps: steps:
- name: docker - name: docker
image: plugins/docker image: plugins/docker
@@ -36,6 +37,7 @@ node_selector:
trigger: trigger:
event: event:
- tag - tag
- push
steps: steps:
- name: docker - name: docker
image: plugins/docker image: plugins/docker
@@ -62,11 +64,12 @@ node_selector:
trigger: trigger:
event: event:
- tag - tag
- push
steps: steps:
- name: manifest-version - name: manifest
image: plugins/manifest image: plugins/manifest
settings: settings:
spec: docker/manifest.version.tmpl spec: docker/manifest.tmpl
username: username:
from_secret: docker_username from_secret: docker_username
password: password:
@@ -76,29 +79,3 @@ steps:
depends_on: depends_on:
- linux-amd64 - linux-amd64
- linux-arm64 - 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

View File

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