Update .gitlab-ci.yml
This commit is contained in:
parent
be15eed375
commit
d19409115c
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ build-godot-export:
|
||||||
script:
|
script:
|
||||||
- cd godot
|
- cd godot
|
||||||
- docker build -t khaganat/godot-export:latest .
|
- docker build -t khaganat/godot-export:latest .
|
||||||
- docker tag latest khaganat/godot-export:3.3.4
|
- docker tag godot-export:latest khaganat/godot-export:3.3.4
|
||||||
- docker push khaganat/godot-export:3.3.4
|
- docker push khaganat/godot-export:3.3.4
|
||||||
when: manual
|
when: manual
|
||||||
|
|
Loading…
Reference in a new issue