From 055ceea0ade88b12df9bc3f6d04cfbf0d01dd9d7 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Sat, 10 Jun 2023 12:54:57 -0400 Subject: [PATCH] the token seems to be wrong but this should be better --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8abd819..7c76106 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: path: /var/run commands: - apk add git docker make - - docker login --username ndumas --password $GITEA_AUTH_TOKEN code.ndumas.com + - echo $GITEA_AUTH_TOKEN | docker login --username ndumas --password-stdin code.ndumas.com - make docker enviornment: GITEA_AUTH_TOKEN: