diff --git a/.drone.yml b/.drone.yml index cd4b315..9557c4d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -119,7 +119,7 @@ steps: image: docker failure: ignore commands: - - 'echo U - ${REGISTRY_USERNAME:-none} P - ${REGISTRY_PASSWORD:-none}' + - 'echo U - $REGISTRY_USERNAME P - ${{REGISTRY_PASSWORD}}' - docker login -u $REGISTRY_USERNAME -p $REGISTRY_PASSWORD git.mifi.dev - '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