Resolve "Créer une image Docker pour le client Godot" #5

Merged
deed merged 51 commits from 2-creer-une-image-docker-pour-le-client-godot into main 2023-03-04 09:52:25 +00:00
Showing only changes of commit 838ae89d83 - Show all commits

17
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,17 @@
stages:
- build
- push
build-godot-export:
stage: build
tags:
- shell
script:
- docker build -t khaganat/godot-export:latest .
push-godot-export:
stage: push
tags:
- shell
script:
- docker push khaganat/godot-export:latest