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