charts/.forgejo/workflows/release.yaml.deactivated
Tommy Skaug 21eb7ded81
chore: add back release workflow
This is not active yet, but will be the basis of the upcoming one.
2024-11-11 20:14:37 +01:00

15 lines
341 B
Text

name: Release
on:
push:
branches:
- 'main'
jobs:
release:
name: Release
uses: stenic/github-workflows/.github/workflows/release-docker-helm.yaml@main
with:
docker_image: "ghcr.io/${{ github.repository }}"
chart_path: './charts/well-known'
secrets:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}