We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622d7ca commit d22248eCopy full SHA for d22248e
2 files changed
.github/workflows/push.yaml
@@ -18,6 +18,8 @@ jobs:
18
needs: lint
19
runs-on: ubuntu-latest
20
steps:
21
+ - name: Checkout
22
+ uses: actions/checkout@v3
23
- name: Helm Push
24
uses: bsord/helm-push@v4.1.0
25
with:
@@ -26,7 +28,7 @@ jobs:
26
28
username: ${{ github.actor }}
27
29
access-token: ${{ secrets.GITHUB_TOKEN }}
30
force: true
- chart-folder: ./
31
+ chart-folder: .
32
# - uses: craftech-io/helm-push-action@v0.0.2
33
# with:
34
# helm-chart-repo-name: codex
Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: codex-docs
3
description: A Helm chart for CodeX Docs
4
type: application
5
-version: "2.0.0-alpha.1"
+version: "2.0.0-rc4"
6
appVersion: "stage-9f72b32-1666992781"
0 commit comments