CI: switch to vault secret
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
vincent 2022-12-04 09:56:14 +01:00
parent 72d3de7707
commit 545bb6d783

View File

@ -56,3 +56,16 @@ steps:
depends_on:
- build_amd64
- 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