Change pipeline secret names
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
Lennard Brinkhaus 2022-01-02 13:16:26 +01:00
parent 218c492eb7
commit b06ecb60b0
Signed by: lennard.brinkhaus
GPG Key ID: D4C9B6A87F97B070

View File

@ -13,9 +13,9 @@ steps:
- "1.13"
- "1.13.5"
username:
from_secret: docker_username
from_secret: repo_username
password:
from_secret: docker_password
from_secret: repo_password
- name: docker_postgres_14
image: plugins/docker
settings:
@ -27,9 +27,9 @@ steps:
- "1.14.1"
- "latest"
username:
from_secret: docker_username
from_secret: repo_username
password:
from_secret: docker_password
from_secret: repo_password
- name: send telegram notification
image: appleboy/drone-telegram
settings:
@ -37,10 +37,6 @@ steps:
from_secret: tele_token
to:
from_secret: tele_user
depends_on:
- docker_postgres_13
- docker_postgres_14
---
kind: secret