Skip to content

Gitea / Forgejo Upload Package

Docker Image SizeLicenseGit Repository

Uploads files to a generic Forgejo or Gitea package.

The files to be uploaded are determined using glob patterns.

Params

ParamDescription
API_URLForgejo API URL (string)
API_USERUser for authentication (string)
API_PASSWORDPassword for authentication (string)
PACKAGE_OWNEROwner of the package (string)
PACKAGE_NAMEPackage name (string)
PACKAGE_VERSIONPackage version (string)
FILESSpace separated list of file patterns to be included (shell syntax) (string)
SKIP_EXISTINGSkip existing files to prevent the task from failing if a file has already been uploaded (default: true) ("true" | "false")