From 4eb15d500faefe942093aec2e794595e05ec26ef Mon Sep 17 00:00:00 2001 From: Christian Weimann Date: Sat, 13 Jan 2024 06:11:23 +0100 Subject: [PATCH] .drone.yml aktualisiert --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index a2aad1b..663def7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,5 +7,9 @@ steps: # See docs at https://plugins.drone.io/plugins/docker image: plugins/docker settings: + username: + from_secret: gitea_username + password: + from_secret: gitea_password repo: git.qx9.de/websites/qx9.de registry: git.qx9.de \ No newline at end of file