Update .gitlab-ci.yml
This commit is contained in:
parent
ace142b70b
commit
6a5c80132b
1 changed files with 2 additions and 9 deletions
|
@ -1,6 +1,5 @@
|
|||
stages:
|
||||
- build
|
||||
- push
|
||||
|
||||
build-godot-export:
|
||||
stage: build
|
||||
|
@ -9,12 +8,6 @@ build-godot-export:
|
|||
script:
|
||||
- cd godot
|
||||
- docker build -t khaganat/godot-export:3.3.4 .
|
||||
when: manual
|
||||
|
||||
push-godot-export:
|
||||
stage: push
|
||||
tags:
|
||||
- shell
|
||||
script:
|
||||
- docker tag godot-export khaganat/godot-export:3.3.4
|
||||
- docker tag godot-export:3.3.4 khaganat/godot-export:3.3.4
|
||||
- docker push khaganat/godot-export:3.3.4
|
||||
when: manual
|
||||
|
|
Loading…
Reference in a new issue