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