Make a basic docker build with the gitlab CI

This commit is contained in:
Aurelien Vaillant
2022-01-28 13:39:53 +01:00
parent 5b24968710
commit bb0f37e0fd
+13
View File
@@ -0,0 +1,13 @@
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