starbound-server/docker_push.sh

4 lines
137 B
Bash
Executable File

#!/bin/bash
docker tag didstopia/starbound-server:latest didstopia/starbound-server:latest
docker push didstopia/starbound-server:latest