mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-27 20:27:47 +02:00
14 lines
283 B
YAML
14 lines
283 B
YAML
job-init:
|
|
stage: init
|
|
script: echo "make something useful before build stage"
|
|
|
|
job-build-docker-latest:
|
|
stage: build
|
|
script:
|
|
- docker build -t stilobique/blender:latest .
|
|
|
|
#job-build-docker-tag:
|
|
# stage: build
|
|
# script:
|
|
# - docker build -t stilobique/blender:latest
|