Skip to content

Commit 8b1b121

Browse files
Remove manifest pipeline from drone build
1 parent 2bc4226 commit 8b1b121

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

.drone.yml

-36
Original file line numberDiff line numberDiff line change
@@ -126,39 +126,3 @@ volumes:
126126
- name: docker
127127
host:
128128
path: /var/run/docker.sock
129-
130-
---
131-
kind: pipeline
132-
name: manifest
133-
134-
platform:
135-
os: linux
136-
arch: amd64
137-
138-
steps:
139-
- name: manifest
140-
image: plugins/manifest:1.0.2
141-
settings:
142-
username:
143-
from_secret: docker_username
144-
password:
145-
from_secret: docker_password
146-
platforms:
147-
- linux/amd64
148-
- linux/arm64
149-
- linux/arm
150-
target: "rancher/rancherd:${DRONE_TAG}"
151-
template: "rancher/rancherd:${DRONE_TAG}-ARCH"
152-
when:
153-
instance:
154-
- drone-publish.rancher.io
155-
ref:
156-
- refs/head/master
157-
- refs/tags/*
158-
event:
159-
- tag
160-
161-
depends_on:
162-
- amd64
163-
- arm64
164-
- arm

0 commit comments

Comments
 (0)