From 7c9c38e4424cf41052eebf628a8bc00fa831edc2 Mon Sep 17 00:00:00 2001 From: deed Date: Wed, 20 Oct 2021 09:14:48 +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 8b9aafc..7f16717 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ build-godot-export: - shell script: - cd godot - - docker build -t khaganat/godot-export:latest . + - docker build -t khaganat/godot-export:3.3.4 . when: manual push-godot-export: @@ -16,4 +16,4 @@ push-godot-export: tags: - shell script: - - docker push khaganat/godot-export:latest + - docker push khaganat/godot-export:3.3.4