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