chore: update workflows
This commit is contained in:
parent
b6eaf6c457
commit
1690ef4c73
1 changed files with 0 additions and 15 deletions
|
@ -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 }}
|
|
Loading…
Reference in a new issue