set as single string argument with = (#2284)
This commit is contained in:
parent
cc5f9b87d6
commit
9b6a7fb40f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ if [ -n "$DOCKER_PASSWORD" ]; then
|
|||
network_tag_suffix="-beta"
|
||||
network="beta"
|
||||
# use cache from Master_beta_docker to prevent rebuilds
|
||||
cached="--cache-from nanocurrency/nano-beta:master"
|
||||
cached="--cache-from=nanocurrency/nano-beta:master"
|
||||
docker pull nanocurrency/nano-beta:master
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue