starbound-server/run/push

7 lines
117 B
Bash
Executable File

#!/usr/bin/env bash
TAG="hub.ici.de.com/starbound-server:latest"
docker tag "${TAG}" "${TAG}"
docker push "${TAG}"