mirror of
https://github.com/drone/drone-cli.git
synced 2026-01-24 11:48:01 +01:00
Update .drone.yml
This commit is contained in:
parent
47ac1752b1
commit
e807227b31
23
.drone.yml
23
.drone.yml
@ -91,14 +91,8 @@ steps:
|
||||
from_secret: github_token
|
||||
when:
|
||||
event: tag
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: manifest
|
||||
|
||||
steps:
|
||||
- name: publish
|
||||
|
||||
- name: manifest
|
||||
image: plugins/manifest:1.2
|
||||
settings:
|
||||
auto_tag: true
|
||||
@ -108,11 +102,10 @@ steps:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
depends_on:
|
||||
- publish_latest
|
||||
- publish_alpine
|
||||
- publish_linux_arm
|
||||
- publish_linux_arm64
|
||||
- publish_linux_ppc64le
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
|
||||
depends_on:
|
||||
- default
|
||||
|
||||
Loading…
Reference in New Issue
Block a user