Update .gitlab-ci.yml

This commit is contained in:
deed 2021-10-20 09:14:48 +00:00
parent 5a6c308331
commit 7c9c38e442

View file

@ -8,7 +8,7 @@ build-godot-export:
- shell
script:
- cd godot
- docker build -t khaganat/godot-export:latest .
- docker build -t khaganat/godot-export:3.3.4 .
when: manual
push-godot-export:
@ -16,4 +16,4 @@ push-godot-export:
tags:
- shell
script:
- docker push khaganat/godot-export:latest
- docker push khaganat/godot-export:3.3.4