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 304364f commit d595764Copy full SHA for d595764
.github/workflows/push.yaml
@@ -29,14 +29,16 @@ jobs:
29
# Setting up helm binary
30
- name: Set up Helm
31
uses: azure/setup-helm@v3
32
-
+ with:
33
+ version: v3.8.2
34
+
35
- name: Set up Go
36
uses: actions/setup-go@v4
37
with:
38
go-version-file: 'go.mod'
39
check-latest: true
40
cache: true
41
42
- name: Install Dependencies
43
run: |
44
make install
@@ -222,7 +224,7 @@ jobs:
222
224
223
225
helm package deployments/kubernetes/chart/reloader/
226
helm push reloader-*.tgz "oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/charts"
227
228
# Commit back changes
229
- name: Log info about `.git` directory permissions
230
0 commit comments