Skip to content

Update docker.io/digicatapult/veritable-cloudagent Docker tag to v0.1… #399

Update docker.io/digicatapult/veritable-cloudagent Docker tag to v0.1…

Update docker.io/digicatapult/veritable-cloudagent Docker tag to v0.1… #399

Workflow file for this run

name: Release Charts
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Set up Helm
uses: azure/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install additional Helm repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add digicatapult https://digicatapult.github.io/helm-charts
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"