From 5a6c3083310c3e40265ef547cae23be48c2b8649 Mon Sep 17 00:00:00 2001 From: deed Date: Tue, 19 Oct 2021 13:19:26 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e03d042..8b9aafc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,11 +7,13 @@ build-godot-export: tags: - shell script: + - cd godot - docker build -t khaganat/godot-export:latest . + when: manual push-godot-export: stage: push tags: - shell script: - - docker push khaganat/godot-export:latest \ No newline at end of file + - docker push khaganat/godot-export:latest