Docker-files-for-CI/.gitlab-ci.yml
2021-11-13 15:53:25 +00:00

14 lines
311 B
YAML

stages:
- build_3.3.4
- build_3.4
build-godot-export:
stage: build_3.3.4
tags:
- shell
script:
- cd godot
- docker build -t khaganat/godot-export:3.3.4 .
- docker tag khaganat/godot-export:3.3.4 khaganat/godot-export:3.3.4
- docker push khaganat/godot-export:3.3.4
when: manual