kind: pipeline name: default steps: - name: build image: golang:1.17.2 commands: - git tag $DRONE_TAG - bash release.sh cmd/configui/main.go - echo -n "latest,${DRONE_TAG#v}" > .tags - name: gitea_release image: plugins/gitea-release settings: api_key: from_secret: gitea_api_key base_url: https://kumoly.io files: dist/* checksum: - sha256 - name: docker image: plugins/docker settings: username: from_secret: hub_user password: from_secret: hub_passwd # auto_tag: true mtu: 1000 # purge: true repo: hub.kumoly.io/tools/configui registry: hub.kumoly.io trigger: event: tag