passwort via settings, nicht environment
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucas Pleß 2022-09-04 16:08:02 +02:00
parent 39d719abe1
commit 40e4985bd7
1 changed files with 2 additions and 4 deletions

View File

@ -10,12 +10,10 @@ steps:
- ls
- name: docker bauen
image: plugins/docker
environment:
passwd:
from_secret: dockerhub_password
settings:
username: ctdo
password: $passwd
password:
from_secret: dockerhub_password
repo: ctdo/raumstatus
tags: latest
dry_run: true