Skip to content

Removing chart latest tag #4

Removing chart latest tag

Removing chart latest tag #4

Workflow file for this run

name: Release Charts
on:
push:
branches:
- IR-545/add_bright-cli_helm_chart
jobs:
packages:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Git
run: |
git config --global user.email "[email protected]"
git config --global user.name "Bright Security"
- name: Release packages main
uses: helm/[email protected]
with:
mark_as_latest: false
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true