Skip to content

Include helm chart and healthchecks #1

Include helm chart and healthchecks

Include helm chart and healthchecks #1

Workflow file for this run

name: Publish Helm chart
on:
pull_request:
push:
branches:
- 'main'
tags:
- 'v*'
jobs:
frontend:
name: Publish Helm chart
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- uses: actions/checkout@v4
- name: Chart | Push
uses: appany/[email protected]
with:
name: Metagrid
repository: esgf2-us
tag: ${{ github.ref_name }}
path: helm
registry: ghcr.io
registry_username: ${{ github.actor }}
registry_password: ${{ secrets.GITHUB_TOKEN }}
update_dependencies: 'true'