Skip to content

Make no capacity logs less verbose and have capacity configurable via… #10

Make no capacity logs less verbose and have capacity configurable via…

Make no capacity logs less verbose and have capacity configurable via… #10

name: Helm Chart OCI Release
on:
push:
tags:
- "zumble-*"
jobs:
helm_chart_oci_release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Read Yaml
id: yaml
run: |
ver=$(yq e '.version' charts/zumble/Chart.yaml)
echo "::notice title=Chart Version::Chart Version is $ver"
echo "VERSION=$ver" >> $GITHUB_OUTPUT
- name: Chart | Push
uses: appany/[email protected]
with:
name: zumble
repository: illeniumstudios/helm-charts
tag: ${{ steps.yaml.outputs.VERSION }}
path: charts/zumble
registry: ghcr.io
registry_username: ${{ secrets.REGISTRY_USERNAME }}
registry_password: ${{ secrets.REGISTRY_PASSWORD }}
update_dependencies: 'true' # Defaults to false