Resolve "Créer une image Docker pour le client Godot" #5

Merged
deed merged 51 commits from 2-creer-une-image-docker-pour-le-client-godot into main 2023-03-04 09:52:25 +00:00
Showing only changes of commit 50170fefb9 - Show all commits

View file

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