CI: switch to vault secret
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
72d3de7707
commit
545bb6d783
13
.drone.yml
13
.drone.yml
@ -56,3 +56,16 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- build_amd64
|
- build_amd64
|
||||||
- build_arm
|
- build_arm
|
||||||
|
---
|
||||||
|
kind: secret
|
||||||
|
name: docker_username
|
||||||
|
get:
|
||||||
|
path: secrets/data/droneci/dockerHub
|
||||||
|
name: username
|
||||||
|
---
|
||||||
|
kind: secret
|
||||||
|
name: docker_password
|
||||||
|
get:
|
||||||
|
path: secrets/data/droneci/dockerHub
|
||||||
|
name: password
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user