diff --git a/.drone.yml b/.drone.yml index f42ab69..2d51479 100644 --- a/.drone.yml +++ b/.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