From 71b7519a5358bfaad97fab36af4143c23d478d48 Mon Sep 17 00:00:00 2001 From: mifi Date: Tue, 9 May 2023 18:28:53 -0400 Subject: [PATCH] Last try then go with what works --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6096278..a6bcc23 100644 --- a/.drone.yml +++ b/.drone.yml @@ -122,7 +122,7 @@ steps: DOCKER_TOKEN: from_secret: reg_token commands: - - 'docker login git.mifi.dev -u --password-stdin' + - 'echo $DOCKER_TOKEN | docker login git.mifi.dev -u --password-stdin' - 'docker build -t git.mifi.dev/mifi/mifi/auth:latest -t git.mifi.dev/mifi/mifi/auth:${DRONE_TAG:-latest} .' - docker push git.mifi.dev/mifi/mifi/auth:latest volumes: