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:
|
commands:
|
||||||
- src/target/x86_64-unknown-linux-musl/release/bitwarden_rs --help
|
- src/target/x86_64-unknown-linux-musl/release/bitwarden_rs --help
|
||||||
- src/target/x86_64-unknown-linux-musl/release/bitwarden_rs --version
|
- src/target/x86_64-unknown-linux-musl/release/bitwarden_rs --version
|
||||||
|
depends_on:
|
||||||
|
- binary
|
||||||
|
|
||||||
- name: dryrun
|
- name: dryrun
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@ -34,6 +36,8 @@ steps:
|
|||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/pull/**
|
- refs/pull/**
|
||||||
|
depends_on:
|
||||||
|
- verify
|
||||||
|
|
||||||
- name: tags
|
- name: tags
|
||||||
image: xoxys/docker-autotag
|
image: xoxys/docker-autotag
|
||||||
@ -46,6 +50,8 @@ steps:
|
|||||||
ref:
|
ref:
|
||||||
- refs/heads/master
|
- refs/heads/master
|
||||||
- refs/tags/**
|
- refs/tags/**
|
||||||
|
depends_on:
|
||||||
|
- dryrun
|
||||||
|
|
||||||
- name: publish-dockerhub
|
- name: publish-dockerhub
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@ -177,6 +183,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 0e877a1f56862cd98af694055c5dabba6d4067b4b2641686220eedbe9c246b79
|
hmac: 5c1f4137d8197db8094fad2c9207f1a62d598e1b6404275a8d895e06c65b90f2
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user