-
Notifications
You must be signed in to change notification settings - Fork 27
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 Action Failing to push image to quay.io #25
Comments
the bot name and token are setup for the repo, please use |
Issue DescriptionGitHub action fails to push image to quay.io using Repository secrets Example workflow: https://github.com/sustainable-computing-io/kepler-operator/actions/runs/3961813873/jobs/6787797431#step:2:16 |
wait a min, it's CI job, hence push CI build result to repository? |
I suppose we shouldn't push image for PR, for example: https://github.com/sustainable-computing-io/kepler/actions/runs/3420770680/jobs/5696020081 ref hence.... which should be https://github.com/sustainable-computing-io/kepler/blob/main/.github/workflows/image.yml#L4 |
Yes. I found something similar here, https://docs.github.com/en/actions/security-guides/encrypted-secrets
|
Going to test it with |
resolved in #39 |
To be able to push image to quay we need bot token in https://quay.io/repository/sustainable_computing_io/kepler-operator to be used by GH Actions. Need admin access to https://quay.io/repository/sustainable_computing_io/kepler-operator
The text was updated successfully, but these errors were encountered: