publish to quay and dockerhub
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7fc067b117
commit
d4ccfeb2fe
@ -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
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user