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:
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 .