We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857e5bf commit 62b0dabCopy full SHA for 62b0dab
.github/workflows/release.yaml
@@ -7,18 +7,6 @@ on:
7
workflow_dispatch:
8
9
jobs:
10
- publish-images:
11
- runs-on: ubuntu-latest
12
- steps:
13
- - name: Set up QEMU
14
- uses: docker/setup-qemu-action@v1
15
- - name: Set up Docker Buildx
16
- uses: docker/setup-buildx-action@v1
17
- - name: checkout code
18
- uses: actions/checkout@v2
19
- with:
20
- fetch-depth: 0
21
-
22
release-charts:
23
needs: [publish-images]
24
runs-on: ubuntu-latest
Makefile
@@ -4,6 +4,10 @@ test:
4
# yamllint -s .
5
helm lint charts/ --strict
6
+GITHUB_OWNER?=kubean-io
+GITHUB_REPO?=kube-node-tuning
+GITHUB_TOKEN?=
+
helm-chart-release:
@cr package charts
@cr upload -o $(GITHUB_OWNER) -r $(GITHUB_REPO) -t $(GITHUB_TOKEN)
0 commit comments