Update .gitlab-ci.yml

This commit is contained in:
deed 2021-10-20 15:48:01 +00:00
parent 6a5c80132b
commit be15eed375

View file

@ -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