mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-07-23 23:20:44 +00:00
6 lines
121 B
Bash
Executable File
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 |