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

Add GitHub action to publish container README #13752

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

SuperQ
Copy link
Member

@SuperQ SuperQ commented Mar 12, 2024

Add a GitHub action to publish the README.md to Docker Hub and Quay.io.

Fixes: #5348

Add a GitHub action to publish the README.md to Docker Hub and Quay.io.

Fixes: #5348

Signed-off-by: SuperQ <superq@gmail.com>
@SuperQ SuperQ force-pushed the superq/publish_docker_readme branch from 9d40952 to 2061eb0 Compare March 12, 2024 13:18
@SuperQ
Copy link
Member Author

SuperQ commented Mar 12, 2024

My intention is to add this to the repo sync script, this is also designed to work with prometheus-community.

Copy link
Member

@beorn7 beorn7 left a comment

Choose a reason for hiding this comment

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

Thank you.

@beorn7 beorn7 merged commit f1e9ec2 into main Mar 13, 2024
40 checks passed
@beorn7 beorn7 deleted the superq/publish_docker_readme branch March 13, 2024 11:57

PushQuayIoReadme:
runs-on: ubuntu-latest
name: Push README to Docker Hub
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be Push README to Quay.io?

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed in #13770

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.

Auto-publish README to Dockerhub
3 participants