pipeline: build: image: gcc:4.9 commands: - make clean - make - make install gitea_release: image: plugins/gitea-release base_url: https://git.wicak.co secrets: [ gitea_token ] files: bin/* checksum: - sha1 - sha256 when: event: tag