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