Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

21 Commits

Repository files navigation

Shareable workflows

Docker-Helm

Steps:

  • Build docker image (multi-arch)
  • Use semantic-release to find version
    • Update helm chart version
    • Generate CHANGELOG.md
    • Publish helm chart
  • Publish Docker images
name: Releaseon:
push:
branches:
- 'main'jobs:
release:
name: Releaseuses: stenic/github-workflows/.github/workflows/release-docker-helm.yaml@mainwith:
docker_image: "ghcr.io/${{ github.repository }}"chart_path: './charts/test'cr_config_path: './.github/ct.yaml'secrets:
token: ${{ secrets.GH_TOKEN }}

About

Shareable github workflows

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages