This repository has been archived on 2024-07-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
chart/.gitea/workflows/release.yaml
Konstantin Grachev 2264b154ed
All checks were successful
continuous-integration/drone/push Build is passing
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 10s
Release Helm / release (push) Successful in 11s
helm install
2023-08-27 21:40:34 +03:00

14 lines
295 B
YAML

name: Release Helm
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: yokawasa/action-setup-kube-tools@v0.9.3
with:
setup-tools: helm
- run: helm version