From 2600d2c53a217c8d1253c17dc7965a048a3e66d3 Mon Sep 17 00:00:00 2001 From: deed Date: Sun, 30 Jan 2022 15:47:09 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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