Update .gitlab-ci.yml

This commit is contained in:
deed 2021-10-19 13:19:26 +00:00
parent 838ae89d83
commit 5a6c308331

View file

@ -7,11 +7,13 @@ build-godot-export:
tags:
- shell
script:
- cd godot
- docker build -t khaganat/godot-export:latest .
when: manual
push-godot-export:
stage: push
tags:
- shell
script:
- docker push khaganat/godot-export:latest
- docker push khaganat/godot-export:latest