Resolve "Créer une image Docker pour le client Godot" #5
1 changed files with 12 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
stages:
|
||||
- build_3.3.4
|
||||
- build_3.4
|
||||
- build_4
|
||||
|
||||
build-godot-export:
|
||||
stage: build_3.3.4
|
||||
|
@ -12,3 +12,14 @@ build-godot-export:
|
|||
- docker tag khaganat/godot-export:3.3.4 khaganat/godot-export:3.3.4
|
||||
- docker push khaganat/godot-export:3.3.4
|
||||
when: manual
|
||||
|
||||
build-godot4-export:
|
||||
stage: build_4
|
||||
tags:
|
||||
- shell
|
||||
script:
|
||||
- cd godot
|
||||
- docker build -t khaganat/godot-export:4 .
|
||||
- docker tag khaganat/godot-export:4 khaganat/godot-export:4
|
||||
- docker push khaganat/godot-export:4
|
||||
when: manual
|
||||
|
|
Loading…
Reference in a new issue