Files
blender-docker/.gitlab-ci.yml
T
Aurelien Vaillant 664c296b01 Add the Docker in Docker service
Add some badge with the readme file
2022-01-28 14:26:29 +01:00

16 lines
306 B
YAML

job-init:
stage: .pre
script: echo "make something useful before build stage"
job-build-docker-latest:
stage: build
services:
- dind
script:
- docker build -t stilobique/blender:latest .
#job-build-docker-tag:
# stage: build
# script:
# - docker build -t stilobique/blender:latest