chore: Quote password string
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 43s Details
Container & Helm chart / Helm chart (push) Failing after 15s Details
Container & Helm chart / Container image (push) Successful in 1m15s Details

This commit is contained in:
Danny Bessems 2024-02-28 17:20:55 +11:00
parent d45a3e1f7a
commit 893f4ccb4e
1 changed files with 8 additions and 10 deletions

View File

@ -82,17 +82,15 @@ jobs:
- name: Package helm chart into archive
run: |
helm package ./charts/spamasaurusrex
# - name: Add target helm repository
# run: |
# helm repo add \
# --username $GIT_USERNAME \
# --password $GIT_APIKEY \
# spamasaurus \
# https://code.spamasaurus.com/api/packages/$GIT_USERNAME/helm
- name: Add target helm repository
run: |
helm repo add \
--username "$GIT_USERNAME" \
--password "$GIT_APIKEY" \
spamasaurus \
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/helm
- name: Push helm chart
run: |
helm cm-push \
--username $GIT_USERNAME \
--password $GIT_APIKEY \
spamasaurusrex-*.tgz \
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/helm/api/charts
spamasaurus