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:
parent
8fe3e1997e
commit
c2cf26f0d3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
##############################################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue