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

Fix GHCR image tags #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hebertdougl
Copy link

Hi there, I found a bug when try to install this package using the helm chart and I would like to suggest the fix for this.

The error is ErrImagePull and this bug start when this repo migrate from dockerhub to ghcr. This happens because the helm chart try to download the image ghcr.io/labbs/github-actions-exporter:v1.9.0 (here), but this image tag doesn't exists on ghcr.

All image tags on ghcr was generated without the prefix v and my suggestion is put this prefix to mantain the same pattern that was used in the dockerhub.

So I did this fix using the docker metadata docs and below have the comparasion tags:

  • before: latest, sha-5e37462, 1, 1.9, 1.9.0
  • result: latest, sha-5e37462, v1, v1.9, v1.9.0

@millena-cunha
Copy link

This is the solution that I was waiting for. Thanks, Hebert!

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

Successfully merging this pull request may close these issues.

2 participants