Update .gitlab-ci.yml

This commit is contained in:
deed 2022-01-24 11:18:35 +01:00
parent 1b37005e4f
commit 50170fefb9

View file

@ -18,7 +18,7 @@ build-godot4-export:
tags:
- shell
script:
- cd godot
- cd godot4
- docker build -t khaganat/godot-export:4 .
- docker tag khaganat/godot-export:4 khaganat/godot-export:4
- docker push khaganat/godot-export:4