Update .gitlab-ci.yml file

This commit is contained in:
deed 2021-10-19 12:55:57 +00:00
parent a95f37533b
commit 838ae89d83

17
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,17 @@
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