steps: - name: build image: transactcharlie/docker-nuitka commands: - nuitka3 src/main.py -o baloon - ls -lh - file baloon - name: release image: woodpeckerci/plugin-gitea-release settings: base_url: https://git.zunet.ru files: - "baloon" api_key: from_secret: db77d55c0ed956c870ca3f6ba6f8f4b09e151b5b target: main title: ${CI_COMMIT_TAG##v}