domeide / sublime-docker

A Sublime Text plugin to use Docker Language Stacks as build systems
127 stars 12 forks source link

Invalid repository name (sublime-docker-N), only [a-z0-9-_.] are allowed #5

Closed sammcj closed 9 years ago

sammcj commented 9 years ago
time="2015-02-14T18:52:37+11:00" level="fatal" msg="Invalid repository name (sublime-docker-N), only [a-z0-9-_.] are allowed" 
[Finished in 0.2s with exit code 1]
[shell_cmd: docker build -t sublime-docker-`date +%N` /Users/sammcj/git/promdash]
[dir: /Users/sammcj/git/promdash]
[path: /usr/bin:/bin:/usr/sbin:/sbin]
l0rd commented 9 years ago

Thanks for your feedback. I've fixed it today. Version 1.2.5 of SublimeDocker works fine.

sammcj commented 9 years ago

Legend. Thanks.