CI : switch secrets to vault
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
vincent 2022-12-04 08:15:20 +01:00
parent 509266cc72
commit 3602ae1892

View File

@ -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