CI: switch to vault secret
This commit is contained in:
parent
5d4fb5a7db
commit
846454cf3f
13
.drone.yml
13
.drone.yml
@ -55,4 +55,15 @@ steps:
|
|||||||
#- linux/arm
|
#- linux/arm
|
||||||
depends_on:
|
depends_on:
|
||||||
- build_amd64
|
- build_amd64
|
||||||
|
---
|
||||||
|
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