Files
hpcore/test/docker/push.sh
2021-07-28 16:33:58 +05:30

6 lines
126 B
Bash
Executable File

#!/bin/bash
# Pushes all the Hot Pocket images into docker hub.
img=hotpocketdev/hotpocket
docker image push --all-tags $img