Skip to content

Commit d22248e

Browse files
committed
fix pipeline
1 parent 622d7ca commit d22248e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/push.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
needs: lint
1919
runs-on: ubuntu-latest
2020
steps:
21+
- name: Checkout
22+
uses: actions/checkout@v3
2123
- name: Helm Push
2224
uses: bsord/helm-push@v4.1.0
2325
with:
@@ -26,7 +28,7 @@ jobs:
2628
username: ${{ github.actor }}
2729
access-token: ${{ secrets.GITHUB_TOKEN }}
2830
force: true
29-
chart-folder: ./
31+
chart-folder: .
3032
# - uses: craftech-io/helm-push-action@v0.0.2
3133
# with:
3234
# helm-chart-repo-name: codex

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: codex-docs
33
description: A Helm chart for CodeX Docs
44
type: application
5-
version: "2.0.0-alpha.1"
5+
version: "2.0.0-rc4"
66
appVersion: "stage-9f72b32-1666992781"

0 commit comments

Comments
 (0)