Skip to content

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

@dpelengic

Description

@dpelengic

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions