mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
docker: fix invalid image tags
This commit is contained in:
parent
d6aa1aea35
commit
452a4f0075
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
set(DOCKER_FILE Dockerfile)
|
||||
set(DOCKER_IMAGE villas/node)
|
||||
set(DOCKER_TAG ${GIT_BRANCH})
|
||||
set(DOCKER_TAG ${CMAKE_PROJECT_GIT_BRANCH})
|
||||
set(DOCKER_RUN_OPTS
|
||||
--interactive
|
||||
--tty
|
||||
|
|
Loading…
Add table
Reference in a new issue