Files
hpcore/test/docker/push.sh
2023-05-07 14:08:55 +05:30

6 lines
124 B
Bash
Executable File

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