fix
This commit is contained in:
parent
b0a0080a4a
commit
4dd095ad0f
2
VERSION
2
VERSION
@ -1 +1 @@
|
|||||||
2.0.4,replacing "latest" with real docker image tag
|
2.0.5,replacing "latest" with real docker image tag
|
||||||
|
|||||||
@ -75,7 +75,7 @@ while getopts ":d:N:L:t:" opt; do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
DockerImage=${DockerRegistry}/alpaca_hbar/${ImageTag} #:latest
|
DockerImage=${DockerRegistry}/alpaca_hbar:${ImageTag} #:latest
|
||||||
|
|
||||||
|
|
||||||
if is_container_running "$ContainerName"; then
|
if is_container_running "$ContainerName"; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user