720 B
720 B
YTDL Web
Publishing Docker Image
Prerequsites:
Steps:
- Login to the container registry
docker login git.fifitido.net
- Publish the container image
task docker:publish
Publishing Chart
Prerequsites:
Steps:
- Add the helm repo
helm repo add --username {username} --password {password} gitea-apps https://gitea.example.com/api/packages/apps/helm
- Publish the chart
task chart:publish