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

Publish images to github #12

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Publish images to github #12

wants to merge 5 commits into from

Conversation

TheChef23
Copy link
Contributor

We're using this exporter in one of our deployments. In commit c9de26f, you mentioned that you're no longer providing the public image. Would you consider publishing this image to the GitHub container registry instead?

Currently, the image is being published in our forked repository.

Copy link
Collaborator

@danielfm danielfm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we remove .github/workflows/pull_request.yml as well? The new docker-publish.yml seem to handle everything.

@TheChef23
Copy link
Contributor Author

You're right, i've also removed the pull_request.yml workflow.

@danielfm
Copy link
Collaborator

Would this workflow also push the latest tag?

@TheChef23
Copy link
Contributor Author

So as it is now, it only publishes tags and branch names. Would you like me to check how it could also publish 'latest' images on tags or on the master branch?

@danielfm danielfm self-assigned this Apr 23, 2024
MAINTAINER Daniel Martins <daniel.martins@jusbrasil.com.br>

COPY --from=build /app/bin/pingdom-exporter /pingdom-exporter
ENTRYPOINT ["/pingdom-exporter"]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not using a multi-stage build here will make the final image much larger than it needs to be.

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.

None yet

2 participants