This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user