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