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 BuildKit

This commit is contained in:
Steffen Vogel 2020-11-11 09:15:51 +01:00 committed by Steffen Vogel
parent 787a4228bc
commit 52aee99a66

View file

@ -29,7 +29,7 @@ before_script:
.prepare:docker-dev: &prepare_docker_dev
stage: prepare
script:
- docker build ${DOCKER_OPTS}
- docker buildx ${DOCKER_OPTS}
--file ${DOCKER_FILE}
--tag ${DOCKER_IMAGE_DEV}:${DOCKER_TAG} .
tags: