Skip to content

chore(deps): update actions/setup-python action to v5 #74

chore(deps): update actions/setup-python action to v5

chore(deps): update actions/setup-python action to v5 #74

Workflow file for this run

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/k8status'
secrets:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}