chore: add back release workflow

This is not active yet, but will be the basis of the upcoming one.
This commit is contained in:
Tommy 2024-11-11 20:14:37 +01:00
parent cd6d0ad0d8
commit 21eb7ded81
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc
2 changed files with 16 additions and 0 deletions

View file

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

1
.gitignore vendored
View file

@ -6,3 +6,4 @@ testing
secrets.env
tmp123
tmp123.pub
db.sqlite