chore: update workflows

This commit is contained in:
Tommy 2024-11-12 18:01:29 +01:00
parent b6eaf6c457
commit 1690ef4c73
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc

View file

@ -1,15 +0,0 @@
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 }}