chore: add back release workflow
This is not active yet, but will be the basis of the upcoming one.
This commit is contained in:
parent
cd6d0ad0d8
commit
21eb7ded81
2 changed files with 16 additions and 0 deletions
15
.forgejo/workflows/release.yaml.deactivated
Normal file
15
.forgejo/workflows/release.yaml.deactivated
Normal 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
1
.gitignore
vendored
|
@ -6,3 +6,4 @@ testing
|
|||
secrets.env
|
||||
tmp123
|
||||
tmp123.pub
|
||||
db.sqlite
|
||||
|
|
Loading…
Reference in a new issue