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:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
HELM_CHART_VERSION: "1.0.27"
|
HELM_CHART_VERSION: "1.0.28"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Helm
|
- name: Set up Helm
|
||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- run: echo ${{ secrets.GITEA_TOKEN }}
|
- run: echo ${{ secrets.GITEA_TOKEN }}
|
||||||
- name: Upload Helm Chart
|
- name: Upload Helm Chart
|
||||||
run: |
|
run: |
|
||||||
curl --request POST \
|
curl -ki -X POST \
|
||||||
--user "${HELM_USER}:${HELM_PASS}" \
|
--user "${HELM_USER}:${HELM_PASS}" \
|
||||||
--upload-file "wordyne-${HELM_CHART_VERSION}.tgz" \
|
--upload-file "wordyne-${HELM_CHART_VERSION}.tgz" \
|
||||||
https://helm.cloudyne.io/api/charts
|
https://helm.cloudyne.io/api/charts
|
||||||
|
|||||||
Reference in New Issue
Block a user