generated from pandora/woodpecker-plugin.template
Woodpecker CI plugin to upload artifacts in the Forgejo generic registry.
- Lua 86.9%
- Dockerfile 13.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
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/renovate Pipeline was successful
ci/woodpecker/cron/auto_merge Pipeline was successful
ci/woodpecker/cron/release Pipeline was successful
Merged automatically |
||
| lua | ||
| .gitignore | ||
| .markdownlint.json | ||
| .prettierrc | ||
| Containerfile | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
Generic registry uploader
This plugin can be used to specify files and directories which will be uploaded into Forgejo's generic registry.
Usage
steps:
- name: Upload to generic registry
image: code.thinkaboutit.tech/pandora/generic-registry.woodpecker
settings:
token:
from_secret: release-token
files:
- README.md
- LICENSE
dirs:
- dist
Settings
| Name | Default value | Description |
|---|---|---|
| token | Token for Forgejo, must have package:write access |
|
| version | CI_COMMIT_TAG | If not a tag event, then specify the version |
| files | List about the files that needs to uploaded | |
| dirs | Content of this directory (not recursive) is also uploaded |