starbound-server/docker_push.sh

7 lines
109 B
Bash
Raw Normal View History

2016-08-01 08:09:50 +00:00
#!/bin/bash
TAG="hub.ici.de.com/starbound-server:latest"
docker tag "${TAG}" "${TAG}"
docker push "${TAG}"