From 82b5cb1d78d02222d3ae317b0415e2a166ad3222 Mon Sep 17 00:00:00 2001 From: deed Date: Wed, 20 Oct 2021 15:56:44 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80756bc..9e4dd5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ build-godot-export: - shell script: - cd godot - - docker build -t khaganat/godot-export:latest . - - docker tag godot-export:latest khaganat/godot-export:3.3.4 + - docker build -t khaganat/godot-export:3.3.4 . + - docker tag khaganat/godot-export:3.3.4 khaganat/godot-export:3.3.4 - docker push khaganat/godot-export:3.3.4 when: manual