File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Release Chart
2
2
3
3
on :
4
4
push :
5
- branches :
6
- - main
5
+ tags :
6
+ - " v* "
7
7
8
8
jobs :
9
9
release :
Original file line number Diff line number Diff line change 8
8
workflow_dispatch :
9
9
pull_request :
10
10
11
- permissions :
12
- contents : read
13
-
14
11
jobs :
15
12
test :
16
13
runs-on : ubuntu-latest
17
14
steps :
18
15
- name : Checkout
19
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v3
20
17
with :
21
18
fetch-depth : 0
22
19
23
20
- name : Configure Git
24
21
run : |
25
- git config user.name "$GITHUB_ACTOR"
26
- git config user.email "[email protected] . github.com"
22
+ git config user.name blobbot-helm
23
+ git config user.email blobbot-helm@ github.com
27
24
28
25
- name : Test
29
26
run : make chart-test
Original file line number Diff line number Diff line change 1
1
2
- chart-test : chart-lint
2
+ chart-test :
3
3
docker run ${DOCKER_ARGS} --entrypoint /bin/sh --rm -v $(CURDIR ) :/charts -w /charts helmunittest/helm-unittest:3.11.1-0.3.0 /charts/.github/test.sh
4
4
5
5
chart-lint :
You can’t perform that action at this time.
0 commit comments