This commit is contained in:
deed 2022-01-30 15:45:36 +01:00
parent b6188d54ee
commit d4a2cf3289

View file

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