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

ci: use docker-in-docker for building Docker images

This commit is contained in:
Steffen Vogel 2020-06-08 03:07:35 +02:00
parent 8fe3e1997e
commit c2cf26f0d3

View file

@ -20,11 +20,11 @@ stages:
# Build docker image which is used to build & test VILLAScommon
docker-dev:
stage: prepare
image: docker:19.03
script:
- docker build -t ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV} .
tags:
- shell
- linux
- docker
# Stage: build
##############################################################################