stages: - build - push build-godot-export: stage: build tags: - shell 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-export3.3.4 khaganat/godot-export:3.3.4 - docker push khaganat/godot-export:3.3.4