Update .gitlab-ci.yml

This commit is contained in:
deed 2022-01-30 15:47:09 +01:00
parent d4a2cf3289
commit 2600d2c53a

View file

@ -32,6 +32,6 @@ build-godot-compil:
script:
- cd godot4-compil
- docker build -t khaganat/godot-compil:latest .
- docker tag khaganat/godot-compil:4 khaganat/godot-compil:latest
- docker tag khaganat/godot-compil:latest khaganat/godot-compil:latest
- docker push khaganat/godot-compil:latest
when: manual