From 2066661f3229bb95798be762e08305ba85b33419 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Fri, 28 Jan 2022 14:32:48 +0100 Subject: [PATCH] Fix service and badge config --- .gitlab-ci.yml | 4 +++- README.md | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad29752..e033d94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 . diff --git a/README.md b/README.md index 6d02791..009dd12 100644 --- a/README.md +++ b/README.md @@ -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 Docker project to generate Blender image, really useful to generate Unit Test