build: Revert parameter to secret value
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2023-07-11 10:23:40 +02:00
parent 2f6c7f7f91
commit 4deac9ab13

View File

@ -25,7 +25,8 @@ steps:
repo: index.docker.io/djpbessems/json-server repo: index.docker.io/djpbessems/json-server
registry: https://index.docker.io/v1/ registry: https://index.docker.io/v1/
tags: latest tags: latest
username: djpbessems username:
from_secret: docker_username
password: password:
from_secret: docker_password from_secret: docker_password