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