Gurkengewuerz 5626563e84 init repo
2022-08-08 23:21:37 +02:00
2022-08-08 23:21:37 +02:00
2022-08-08 23:21:37 +02:00
2022-08-08 23:21:37 +02:00

drone-gitea-package


A Drone plugin for uploading files as generic package to Gitea package registry.

Example

pipeline:
  build:
    image: alpine
    commands:
      - touch example.md
      
  artifacts:
    image: gurken2108/drone-gitea-package
    settings:
      user:
        from_secret: gitea_user
      token:
        from_secret: gitea_token
      file: ./example.md
      version: dev
Description
A Drone/Woodpecker plugin for uploading artifacts as Gitea generic package
Readme 32 KiB
Languages
Shell 92.7%
Dockerfile 7.3%