Fix service and badge config

This commit is contained in:
Aurelien Vaillant
2022-01-28 14:32:48 +01:00
parent 664c296b01
commit 2066661f32
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
image: docker:19.03.12
job-init: job-init:
stage: .pre stage: .pre
script: echo "make something useful before build stage" script: echo "make something useful before build stage"
@@ -5,7 +7,7 @@ job-init:
job-build-docker-latest: job-build-docker-latest:
stage: build stage: build
services: services:
- dind - docker:19.03.12-dind
script: script:
- docker build -t stilobique/blender:latest . - docker build -t stilobique/blender:latest .
+2 -1
View File
@@ -1,4 +1,5 @@
[![pipeline status](https://gitlab.com/stilobique/blender-docker/badges/main/pipeline.svg)](https://gitlab.com/stilobique/blender-docker/-/commits/main) ![Blender](https://img.shields.io/badge/blender-%23F5792A.svg?style=for-the-badge&logo=blender&logoColor=white) [![pipeline status](https://gitlab.com/stilobique/blender-docker/badges/main/pipeline.svg)](https://gitlab.com/stilobique/blender-docker/-/commits/main) ![Blender](https://img.shields.io/badge/blender-3.0.0-%23F5792A.svg?style=flat&logo=blender&logoColor=white)
# Blender Docker # Blender Docker
Docker project to generate Blender image, really useful to generate Unit Test Docker project to generate Blender image, really useful to generate Unit Test