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

Consider using a prebuild docker image that is publicly available #9

Open
dpelengic opened this issue Dec 15, 2023 · 0 comments
Open

Comments

@dpelengic
Copy link

Currently, this action (pre)builds the action docker image on each run, meaning it also pulls the base images each time. In our case, this lead us to hit the dockerhub rate limits.

Consider pre-building the action and hosting it in a public repo. This should also improve the overall speed of the action, as docker pulls should be faster than builds.

Something like this:

# action.yaml
...
runs:
  using: 'docker'
  image: 'docker://your-public-docker-repo/diff-poetry-lock:main'
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

No branches or pull requests

1 participant