Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GITHUB Actions releaser fails #102

Open
craigwindell opened this issue Aug 15, 2022 · 0 comments
Open

GITHUB Actions releaser fails #102

craigwindell opened this issue Aug 15, 2022 · 0 comments

Comments

@craigwindell
Copy link

Describe the bug

When the Release Charts action runs it fails with the message:

release
Process completed with exit code 1.

This action runs on pushes to the main branch and is defined in workflows/release.yaml

The full log from the Action Run:

Run helm/[email protected]
Run owner=$(cut -d '/' -f 1 <<< "$GITHUB_REPOSITORY")
Looking up latest tag...
Discovering changed charts since 'xnat-1.1.4'...
Installing chart-releaser...
Adding cr directory to PATH...
Packaging chart 'releases/xnat'...
Error: could not find protocol handler for:
Usage:
cr package [CHART_PATH] [...] [flags]

Flags:
-h, --help help for package
--key string Name of the key to use when signing
--keyring string Location of a public keyring (default "/home/runner/.gnupg/pubring.gpg")
-p, --package-path string Path to directory with chart packages (default ".cr-release-packages")
--passphrase-file string Location of a file which contains the passphrase for the signing key. Use '-' in order to read from stdin
--sign Use a PGP private key to sign this package

Global Flags:
--config string Config file (default is $HOME/.cr.yaml)

Error: Process completed with exit code 1.

Steps to reproduce

Update version in xnat/Chart.yaml and ctp/Chart.yaml
Check in/Merge new Chart.yaml's code
Action starts and fails

Expected behavior

Chart is released

XNAT Chart Version

1.1.4

Version of Helm

3.4.0

Version of Kubernetes

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant