Skip to content

Commit

Permalink
Remove manifest pipeline from drone build
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Jun 16, 2021
1 parent 2bc4226 commit 8b1b121
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,39 +126,3 @@ volumes:
- name: docker
host:
path: /var/run/docker.sock

---
kind: pipeline
name: manifest

platform:
os: linux
arch: amd64

steps:
- name: manifest
image: plugins/manifest:1.0.2
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
platforms:
- linux/amd64
- linux/arm64
- linux/arm
target: "rancher/rancherd:${DRONE_TAG}"
template: "rancher/rancherd:${DRONE_TAG}-ARCH"
when:
instance:
- drone-publish.rancher.io
ref:
- refs/head/master
- refs/tags/*
event:
- tag

depends_on:
- amd64
- arm64
- arm

0 comments on commit 8b1b121

Please sign in to comment.