starbound-server/run/push

7 lines
117 B
Plaintext
Raw Permalink Normal View History

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