mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-28 04:37:47 +02:00
Fix service and badge config
This commit is contained in:
+3
-1
@@ -1,3 +1,5 @@
|
||||
image: docker:19.03.12
|
||||
|
||||
job-init:
|
||||
stage: .pre
|
||||
script: echo "make something useful before build stage"
|
||||
@@ -5,7 +7,7 @@ job-init:
|
||||
job-build-docker-latest:
|
||||
stage: build
|
||||
services:
|
||||
- dind
|
||||
- docker:19.03.12-dind
|
||||
script:
|
||||
- docker build -t stilobique/blender:latest .
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
[](https://gitlab.com/stilobique/blender-docker/-/commits/main) 
|
||||
[](https://gitlab.com/stilobique/blender-docker/-/commits/main) 
|
||||
|
||||
|
||||
# Blender Docker
|
||||
Docker project to generate Blender image, really useful to generate Unit Test
|
||||
|
||||
Reference in New Issue
Block a user