diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c22265..dddb581 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-compil:4 khaganat/godot-compil:latest + - docker tag khaganat/godot-compil:latest khaganat/godot-compil:latest - docker push khaganat/godot-compil:latest when: manual