ecodash/.woodpecker.yml

29 lines
571 B
YAML
Raw Normal View History

pipeline:
build:
image: golang
commands:
- go get ecodash
- go build
docker-publish:
image: plugins/docker
2022-10-31 11:39:30 +00:00
settings:
registry: gitea.massivebox.net
2022-10-31 11:39:30 +00:00
repo: gitea.massivebox.net/massivebox/ecodash
auto_tag: true
2022-10-31 11:39:30 +00:00
username: massivebox
password:
from_secret: auth_token
gitea-publish:
image: plugins/gitea-release
settings:
base_url: https://gitea.massivebox.net
files: ecodash
2022-10-31 11:32:12 +00:00
api_key:
from_secret: auth_token
title: ${CI_COMMIT_TAG}
2022-10-31 17:32:53 +00:00
when:
event: tag