ce4d78ee5727cc94a02ed423d286ff9be9d16f48
All checks were successful
continuous-integration/drone/push Build is passing
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
Languages
Shell
92.7%
Dockerfile
7.3%