Docker-files-for-CI/.gitlab-ci.yml

17 lines
256 B
YAML
Raw Normal View History

2021-10-19 12:55:57 +00:00
stages:
- build
- push
build-godot-export:
stage: build
tags:
- shell
script:
- docker build -t khaganat/godot-export:latest .
push-godot-export:
stage: push
tags:
- shell
script:
- docker push khaganat/godot-export:latest