diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 473371d..328d2b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ stages: - build - - push build-godot-export: stage: build @@ -9,12 +8,6 @@ build-godot-export: script: - cd godot - docker build -t khaganat/godot-export:3.3.4 . - when: manual - -push-godot-export: - stage: push - tags: - - shell - script: - - docker tag godot-export khaganat/godot-export:3.3.4 + - docker tag godot-export:3.3.4 khaganat/godot-export:3.3.4 - docker push khaganat/godot-export:3.3.4 + when: manual