try quoting names of secrets
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
hbr 2021-04-24 23:53:52 +02:00
parent cc5aa5a827
commit c222e1cfdb

View File

@ -19,9 +19,9 @@ steps:
settings:
repo: registry.wtf-eg.net/lektor
username:
from_secret: docker_username
from_secret: "docker_username"
password:
from_secret: docker_password
from_secret: "docker_password"
---
kind: secret
name: docker_username