1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix ci not knowing CI_BUILD_REF_SLUG

Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
Niklas Eiling 2024-02-10 16:25:55 +01:00 committed by Steffen Vogel
parent 3935688977
commit ece2227da7

View file

@ -4,7 +4,7 @@
variables:
GIT_DEPTH: 0
GIT_SUBMODULE_STRATEGY: recursive
DOCKER_TAG_DEV: ${CI_BUILD_REF_SLUG}
DOCKER_TAG_DEV: ${CI_COMMIT_REF_NAME}
DOCKER_IMAGE_DEV: villas/common-dev
stages: