Skip to content

Commit

Permalink
fix: [CI-8942]: Add manifest push support (#235)
Browse files Browse the repository at this point in the history
* fix: [CI-8942]: Add manifest push support

---------

Co-authored-by: TP Honey <tp@harness.io>
  • Loading branch information
smjt-h and TP Honey authored Aug 11, 2023
1 parent b19dc37 commit 2193eb1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,21 @@ steps:
from_secret: github_token
when:
event: tag

- name: manifest
image: plugins/manifest:1.2
settings:
auto_tag: true
ignore_missing: true
spec: docker/manifest.server.tmpl
username:
from_secret: docker_username
password:
from_secret: docker_password
depends_on:
- publish_latest
- publish_alpine
- publish_linux_arm
- publish_linux_arm64
- publish_linux_ppc64le

0 comments on commit 2193eb1

Please sign in to comment.