Skip to content

chore(vaultwarden): bump image from '1.33.0' to '1.33.1' (#113) #67

chore(vaultwarden): bump image from '1.33.0' to '1.33.1' (#113)

chore(vaultwarden): bump image from '1.33.0' to '1.33.1' (#113) #67

Workflow file for this run

name: Release Charts
on:
push:
branches:
- main
paths:
- "**/Chart.yaml"
jobs:
release:
permissions:
contents: write # to push chart release and create a release (helm/chart-releaser-action)
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Fetch history
run: git fetch --prune --unshallow
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: "true"
CR_GENERATE_RELEASE_NOTES: true