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