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