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 5a6c308331 - Show all commits

View file

@ -7,11 +7,13 @@ build-godot-export:
tags:
- shell
script:
- cd godot
- docker build -t khaganat/godot-export:latest .
when: manual
push-godot-export:
stage: push
tags:
- shell
script:
- docker push khaganat/godot-export:latest
- docker push khaganat/godot-export:latest