Update .gitlab-ci.yml
This commit is contained in:
parent
5a6c308331
commit
7c9c38e442
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ build-godot-export:
|
|||
- shell
|
||||
script:
|
||||
- cd godot
|
||||
- docker build -t khaganat/godot-export:latest .
|
||||
- docker build -t khaganat/godot-export:3.3.4 .
|
||||
when: manual
|
||||
|
||||
push-godot-export:
|
||||
|
@ -16,4 +16,4 @@ push-godot-export:
|
|||
tags:
|
||||
- shell
|
||||
script:
|
||||
- docker push khaganat/godot-export:latest
|
||||
- docker push khaganat/godot-export:3.3.4
|
||||
|
|
Loading…
Reference in a new issue