mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-06-06 18:26:55 +00:00
6 lines
125 B
Bash
Executable File
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 |