CI : switch secrets to vault
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
509266cc72
commit
3602ae1892
13
.drone.yml
13
.drone.yml
@ -23,6 +23,7 @@ steps:
|
||||
dockerfile: ./pacoloco/Dockerfile
|
||||
context: ./pacoloco
|
||||
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
@ -44,6 +45,18 @@ steps:
|
||||
- linux/arm
|
||||
depends_on:
|
||||
- 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
|
||||
#---
|
||||
#kind: pipeline
|
||||
#name: build_arm
|
||||
|
Loading…
Reference in New Issue
Block a user