Update job
Some checks failed
Build Docker in Container / build-docker (push) Failing after 22s

This commit is contained in:
2025-09-14 12:22:00 +02:00
parent e414e0d004
commit 680a1f9515

View File

@@ -1,4 +1,4 @@
name: Test Helm Chart
name: Build Docker in Container
on:
push:
@@ -7,12 +7,15 @@ on:
pull_request:
jobs:
helm-lint:
runs-on: [docker, kubernetes]
build-docker:
runs-on: docker
container:
image: alpine/helm
steps:
- name: Run Helm lint
uses: docker://alpine/helm:3.14.0
- name: Checkout repository
uses: actions/checkout@v4
with:
entrypoint: ["sh", "-c"]
args:
- echo "Running helm lint on duino-miner-helm chart" && helm lint .
fetch-depth: 0 # get full history
- name: Show current directory
run: pwd && ls -la