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

Update dockerhub readme automatically on push to master #68

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

Conversation

adamus1red
Copy link
Contributor

No description provided.

@adamus1red adamus1red marked this pull request as draft November 23, 2024 22:32
@dgw
Copy link
Member

dgw commented Nov 24, 2024

I'm curious why you created a new workflow instead of adding a step (or parallel job) to docker-publish.yml, since presumably the image description should be updated when there is a new package published.

@adamus1red
Copy link
Contributor Author

adamus1red commented Nov 28, 2024

I'm curious why you created a new workflow instead of adding a step (or parallel job) to docker-publish.yml

Easiest way to ensure that it doesn't update on every PR creation. Could it be put into the docker-publish.yml sure.

@dgw
Copy link
Member

dgw commented Nov 28, 2024

if: github.event_name != 'pull_request'

🤷‍♂️

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