Woodpecker CI plugin to run goreleaser.
  • Shell 70.2%
  • Dockerfile 27.9%
  • Go 1.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
renovate-bot 4903a07983
All checks were successful
ci/woodpecker/push/change_log Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
ci/woodpecker/cron/vulnerability Pipeline was successful
ci/woodpecker/cron/auto_merge Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
ci/woodpecker/cron/release Pipeline was successful
maint: Update docker.io/library/debian:trixie-slim Docker digest to 38a76d0 #25
Merged automatically
2026-08-05 06:15:34 +00:00
test maint: Update go module directive to v1.26.5 #21 2026-08-02 21:20:33 +00:00
.gitignore Remove static goreleaser and go from image, download dynamically (#5) 2026-03-01 19:54:27 +01:00
.markdownlint.json Initial commit 2026-02-24 22:51:48 +01:00
.prettierrc Initial commit 2026-02-24 22:51:48 +01:00
.trivyignore fix: add CVE exceptions (#22) 2026-08-02 14:46:45 +00:00
build.sh enhancement: Add new build option (#15) 2026-07-11 08:45:53 +00:00
Containerfile maint: Update docker.io/library/debian:trixie-slim Docker digest to 38a76d0 #25 2026-08-05 06:15:34 +00:00
LICENSE add license 2026-04-11 13:49:41 +02:00
README.md enhancement: Add new build option (#15) 2026-07-11 08:45:53 +00:00
renovate.json ci: Use central renovate.json (#19) 2026-07-19 11:47:42 +00:00
test.sh point to forgejo url 2026-03-23 19:16:10 +01:00

Woodpecker plugin for goreleaser

This is a plugin to release or build go packages.

Usage

It can be used at any event for build, but for release only on tag.

steps:
  - name: Prepare go
    image: code.thinkaboutit.tech/pandora/prepare-go.woodpecker
    settings:
      version: 1.26
  - name: Release go application
    image: code.thinkaboutit.tech/pandora/goreleaser.woodpecker
    settings:
      release: true
      debug: true
      gitea_token:
        from_secret: gitea-token

Settings

Name Default value Description
release false In case of true, it upload the project
publish false Upload the release result as release asset
gitea_token In case of release this is required