[WIP] first implementation stubs
This commit is contained in:
28
.woodpecker/release.yaml
Normal file
28
.woodpecker/release.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
when:
|
||||
- event: tag
|
||||
|
||||
steps:
|
||||
test:
|
||||
image: golang:1.21
|
||||
commands:
|
||||
- go test ./...
|
||||
release:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
platforms: linux/arm64/v8,linux/amd64
|
||||
repo: lerentis/woodpecker-autoscaler
|
||||
tags:
|
||||
- latest
|
||||
- ${CI_COMMIT_TAG}
|
||||
password:
|
||||
from_secret: docker_hub_password
|
||||
username:
|
||||
from_secret: docker_hub_username
|
||||
notify:
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
message: "Commit {{ commit.message }} ({{ commit.link }}) ran with build {{ build.number }} and finished with status {{ build.status }}."
|
||||
to:
|
||||
from_secret: telegram_userid
|
||||
token:
|
||||
from_secret: telegram_secret
|
Reference in New Issue
Block a user