Skip to content

Update mempool frontend/backend Docker tag to v2.5.1 #292

Update mempool frontend/backend Docker tag to v2.5.1

Update mempool frontend/backend Docker tag to v2.5.1 #292

Workflow file for this run

name: Helm Lint
on:
pull_request:
branches:
- '**'
jobs:
helm_lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # This is to fetch all history for all branches and tags
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: 'v3.12.3'
- name: Run Helm Lint on Changed Charts
run: |
chmod +x .github/scripts/lint-changed-charts.sh
.github/scripts/lint-changed-charts.sh