Files
blender-docker/.gitlab-ci.yml
T
2022-01-28 14:32:48 +01:00

18 lines
346 B
YAML

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