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
|
dockerfile: ./pacoloco/Dockerfile
|
||||||
context: ./pacoloco
|
context: ./pacoloco
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
@ -44,6 +45,18 @@ 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
|
||||||
#---
|
#---
|
||||||
#kind: pipeline
|
#kind: pipeline
|
||||||
#name: build_arm
|
#name: build_arm
|
||||||
|
Loading…
Reference in New Issue
Block a user