Resolve "Créer une image Docker pour le client Godot" #5
1 changed files with 3 additions and 1 deletions
|
@ -7,11 +7,13 @@ build-godot-export:
|
||||||
tags:
|
tags:
|
||||||
- shell
|
- shell
|
||||||
script:
|
script:
|
||||||
|
- cd godot
|
||||||
- docker build -t khaganat/godot-export:latest .
|
- docker build -t khaganat/godot-export:latest .
|
||||||
|
when: manual
|
||||||
|
|
||||||
push-godot-export:
|
push-godot-export:
|
||||||
stage: push
|
stage: push
|
||||||
tags:
|
tags:
|
||||||
- shell
|
- shell
|
||||||
script:
|
script:
|
||||||
- docker push khaganat/godot-export:latest
|
- docker push khaganat/godot-export:latest
|
||||||
|
|
Loading…
Reference in a new issue