Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f2bb798fff |
@@ -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
|
||||
done
|
||||
|
||||
DockerImage=${DockerRegistry}/alpaca_hbar/${ImageTag} #:latest
|
||||
DockerImage=${DockerRegistry}/alpaca_hbar:${ImageTag} #:latest
|
||||
|
||||
|
||||
if is_container_running "$ContainerName"; then
|
||||
|
||||
Reference in New Issue
Block a user