Update
Some checks failed
Test Helm Chart / helm-lint (push) Has been cancelled

This commit is contained in:
2025-09-14 12:24:25 +02:00
parent 680a1f9515
commit 1510432503

View File

@@ -1,4 +1,4 @@
name: Build Docker in Container
name: Test Helm Chart
on:
push:
@@ -7,15 +7,16 @@ on:
pull_request:
jobs:
build-docker:
runs-on: docker
helm-lint:
runs-on: ubuntu-latest
container:
image: alpine/helm
image: alpine/helm:3.14.0
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # get full history
- name: Show current directory
run: pwd && ls -la
- name: Clone repo manually
run: |
git clone "${CI_REPO_URL}" .
git fetch --tags
- name: Run Helm lint
run: |
helm lint ./duino-miner-helm