well-known/.github/workflows/release.yaml
Dries De Peuter 5b2ec3f0a3
fix: CI
2023-03-11 21:02:20 +01:00

15 lines
341 B
YAML

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 }}