Matthias Bilger ce4d78ee57
All checks were successful
continuous-integration/drone/push Build is passing
added drone config
2024-11-01 06:52:46 +01:00
2024-11-01 06:52:46 +01:00
2022-08-08 23:21:37 +02:00
2022-08-08 23:21:37 +02:00
2024-11-01 05:50:39 +00: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%