Updated CI
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 13s
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 13s
This commit is contained in:
@@ -6,7 +6,7 @@ jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
HELM_CHART_VERSION: "1.0.27"
|
||||
HELM_CHART_VERSION: "1.0.28"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Helm
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
- run: echo ${{ secrets.GITEA_TOKEN }}
|
||||
- name: Upload Helm Chart
|
||||
run: |
|
||||
curl --request POST \
|
||||
curl -ki -X POST \
|
||||
--user "${HELM_USER}:${HELM_PASS}" \
|
||||
--upload-file "wordyne-${HELM_CHART_VERSION}.tgz" \
|
||||
https://helm.cloudyne.io/api/charts
|
||||
|
||||
Reference in New Issue
Block a user