We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587c06a commit 5ea5871Copy full SHA for 5ea5871
.github/workflows/release.yaml
@@ -42,7 +42,7 @@ jobs:
42
env:
43
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
44
45
- - name: Upload to ChartMuseum
+ - name: Upload charts to quay.io
46
run: |
47
set -o xtrace
48
helm registry login quay.io -u ${{ secrets.QUAY_USERNAME }} -p ${{ secrets.QUAY_PASSWORD }}
0 commit comments