fix typo
This commit is contained in:
parent
b6188d54ee
commit
d4a2cf3289
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ build-godot-compil:
|
||||||
script:
|
script:
|
||||||
- cd godot4-compil
|
- cd godot4-compil
|
||||||
- docker build -t khaganat/godot-compil:latest .
|
- docker build -t khaganat/godot-compil:latest .
|
||||||
- docker tag khaganat/godot-export:4 khaganat/godot-compil:latest
|
- docker tag khaganat/godot-compil:4 khaganat/godot-compil:latest
|
||||||
- docker push khaganat/godot-compil:latest
|
- docker push khaganat/godot-compil:latest
|
||||||
when: manual
|
when: manual
|
||||||
|
|
Loading…
Reference in a new issue