Update .gitlab-ci.yml
This commit is contained in:
parent
1b37005e4f
commit
50170fefb9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ build-godot4-export:
|
||||||
tags:
|
tags:
|
||||||
- shell
|
- shell
|
||||||
script:
|
script:
|
||||||
- cd godot
|
- cd godot4
|
||||||
- docker build -t khaganat/godot-export:4 .
|
- docker build -t khaganat/godot-export:4 .
|
||||||
- docker tag khaganat/godot-export:4 khaganat/godot-export:4
|
- docker tag khaganat/godot-export:4 khaganat/godot-export:4
|
||||||
- docker push khaganat/godot-export:4
|
- docker push khaganat/godot-export:4
|
||||||
|
|
Loading…
Reference in a new issue