-
Notifications
You must be signed in to change notification settings - Fork 13
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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.
You're right, i've also removed the |
Would this workflow also push the |
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? |
MAINTAINER Daniel Martins <[email protected]> | ||
|
||
COPY --from=build /app/bin/pingdom-exporter /pingdom-exporter | ||
ENTRYPOINT ["/pingdom-exporter"] |
There was a problem hiding this comment.
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.
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.