diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b94c8c3..7c22265 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,6 @@ build-godot-compil: script: - cd godot4-compil - 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 when: manual