mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
7 lines
174 B
Bash
Executable File
7 lines
174 B
Bash
Executable File
#!/bin/bash
|
|
# Pushes all the HotPocket images into docker hub.
|
|
|
|
img=evernode/hotpocket
|
|
|
|
docker image push "$img:test-ubt.20.04"
|
|
docker image push "$img:test-ubt.20.04-njs.20" |