Skip to content

feature: bump httpd to 0.2.0 #9

feature: bump httpd to 0.2.0

feature: bump httpd to 0.2.0 #9

Workflow file for this run

name: Release Charts
on:
push:
branches:
- main
workflow_dispatch:
jobs:
release:
permissions:
pages: write
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: azure/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/[email protected]
with:
key: ${{ runner.os }}-artifacts
path: dist
- run: helm package -d dist charts/*
- run: helm repo index dist
- uses: actions/[email protected]
with:
path: dist
- uses: actions/[email protected]