Resolve "Créer une image Docker pour le client Godot" #5
1 changed files with 17 additions and 0 deletions
17
.gitlab-ci.yml
Normal file
17
.gitlab-ci.yml
Normal 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
|
Loading…
Reference in a new issue