ytdl-web/README.md

720 B

YTDL Web

Publishing Docker Image

Prerequsites:

Steps:

  1. Login to the container registry
docker login git.fifitido.net
  1. Publish the container image
task docker:publish

Publishing Chart

Prerequsites:

Steps:

  1. Add the helm repo
helm repo add  --username {username} --password {password} gitea-apps https://gitea.example.com/api/packages/apps/helm
  1. Publish the chart
task chart:publish