You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, we will need to rebuild the Docker images that are hosted on Docker Hub, e.g., when external versions change. This is currently done manually.
Solution
Have a GitHub workflow that automatically runs the Dockerfiles and uploads the images to Docker hub when triggered. This doesn't need to happen with every pull request since it's unnecessary and resource-consuming. Rather, the action would need to figure out for itself when it's necessary to trigger a rebuild.
Problem
Sometimes, we will need to rebuild the Docker images that are hosted on Docker Hub, e.g., when external versions change. This is currently done manually.
Solution
Have a GitHub workflow that automatically runs the Dockerfiles and uploads the images to Docker hub when triggered. This doesn't need to happen with every pull request since it's unnecessary and resource-consuming. Rather, the action would need to figure out for itself when it's necessary to trigger a rebuild.
4C
has an action to check if a Docker rebuild is required. I think they do that by comparing the hashes of their dependencies.Additional context
See the discussion in #308.
Code of Conduct
The text was updated successfully, but these errors were encountered: