Files
hpcore/test/docker/push.sh
2022-03-07 19:10:32 +05:30

6 lines
125 B
Bash
Executable File

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