16 lines
341 B
Text
16 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 }}
|