Files
hpcore/test/docker/push.sh
2023-12-08 09:41:19 +05:30

6 lines
121 B
Bash
Executable File

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