File tree Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change @@ -130,13 +130,8 @@ jobs:
130
130
- name : Check out code
131
131
uses : actions/checkout@v2
132
132
133
- - name : Set up Helm
134
- uses : azure/setup-helm@v1
135
- with :
136
- version : v3.3.0
137
-
138
133
- name : validate charts
139
- uses : hypertrace/actions/validate-charts@main
134
+ uses : hypertrace/github- actions/validate-charts@main
140
135
publish-test-results :
141
136
name : " Publish Unit Tests Results"
142
137
needs : test
@@ -166,7 +161,7 @@ jobs:
166
161
fetch-depth : 0
167
162
168
163
- name : Create checksum file
169
- uses : hypertrace/actions/checksum@main
164
+ uses : hypertrace/github- actions/checksum@main
170
165
171
166
- name : Cache gradle
172
167
uses : actions/cache@v2
Original file line number Diff line number Diff line change 32
32
run : npm run build:ci
33
33
34
34
- name : Create checksum file
35
- uses : hypertrace/actions/checksum@main
35
+ uses : hypertrace/github- actions/checksum@main
36
36
37
37
- name : Cache gradle
38
38
uses : actions/cache@v2
@@ -57,17 +57,12 @@ jobs:
57
57
publish-charts :
58
58
needs : publish-docker
59
59
runs-on : ubuntu-20.04
60
- container :
61
- image : hypertrace/helm-gcs-packager:0.3.1
62
- credentials :
63
- username : ${{ secrets.DOCKERHUB_READ_USER }}
64
- password : ${{ secrets.DOCKERHUB_READ_TOKEN }}
65
60
steps :
66
61
- name : Checkout Repository
67
62
uses : actions/checkout@v2.3.4
68
63
69
64
- name : Package and release charts
70
- env :
71
- HELM_GCS_CREDENTIALS : ${{ secrets.HELM_GCS_CREDENTIALS }}
72
- HELM_GCS_REPOSITORY : ${{ secrets.HELM_GCS_REPOSITORY }}
73
- uses : hypertrace/actions/ helm-gcs-publish@main
65
+ uses : hypertrace/github-actions/helm-gcs-publish@main
66
+ with :
67
+ helm-gcs-repository : ${{ secrets.HELM_GCS_REPOSITORY }}
68
+ helm-gcs-credentials : ${{ secrets.HELM_GCS_CREDENTIALS }}
You can’t perform that action at this time.
0 commit comments