publish to quay and dockerhub
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-08-30 23:37:58 +02:00
parent 7fc067b117
commit d4ccfeb2fe
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 7 additions and 1 deletions

View File

@ -20,6 +20,8 @@ steps:
commands:
- src/target/x86_64-unknown-linux-musl/release/bitwarden_rs --help
- src/target/x86_64-unknown-linux-musl/release/bitwarden_rs --version
depends_on:
- binary
- name: dryrun
image: plugins/docker
@ -34,6 +36,8 @@ steps:
when:
ref:
- refs/pull/**
depends_on:
- verify
- name: tags
image: xoxys/docker-autotag
@ -46,6 +50,8 @@ steps:
ref:
- refs/heads/master
- refs/tags/**
depends_on:
- dryrun
- name: publish-dockerhub
image: plugins/docker
@ -177,6 +183,6 @@ depends_on:
---
kind: signature
hmac: 0e877a1f56862cd98af694055c5dabba6d4067b4b2641686220eedbe9c246b79
hmac: 5c1f4137d8197db8094fad2c9207f1a62d598e1b6404275a8d895e06c65b90f2
...