pipeline: download: image: plugins/download source: https://buildroot.org/downloads/buildroot-2018.02.2.tar.gz build: image: sublimino/debian-build-essential commands: - tar xvzf buildroot-2018.02.2.tar.gz - cd buildroot-2018.02.2 - make BR2_EXTERNAL=../ ttngw_defconfig - make publish: image: plugins/gitea-release secrets: [ gitea_token ] base_url: https://dev.a-toy.eu files: output/images/sdcard.img when: event: tag