mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
tools: do not use develop tag by default
This commit is contained in:
parent
b68762adfd
commit
243a6c112c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ SCRIPTPATH=$(dirname $SCRIPT)
|
|||
SRCDIR=${SRCDIR:-$(realpath ${SCRIPTPATH}/..)}
|
||||
BUILDDIR=${BUILDDIR:-${SRCDIR}/build}
|
||||
|
||||
TAG=${TAG:-develop}
|
||||
TAG=${TAG:-latest}
|
||||
IMAGE="villas/node-dev:${TAG}"
|
||||
|
||||
docker run \
|
||||
|
|
Loading…
Add table
Reference in a new issue