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