Skip to content

Commit 62b0dab

Browse files
committed
fix-bug
1 parent 857e5bf commit 62b0dab

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@ on:
77
workflow_dispatch:
88

99
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-
2210
release-charts:
2311
needs: [publish-images]
2412
runs-on: ubuntu-latest

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ test:
44
# yamllint -s .
55
helm lint charts/ --strict
66

7+
GITHUB_OWNER?=kubean-io
8+
GITHUB_REPO?=kube-node-tuning
9+
GITHUB_TOKEN?=
10+
711
helm-chart-release:
812
@cr package charts
913
@cr upload -o $(GITHUB_OWNER) -r $(GITHUB_REPO) -t $(GITHUB_TOKEN)

0 commit comments

Comments
 (0)