unsplash / comment-on-pr

A GitHub Action to comment on the relevant open PR when a commit is pushed.
MIT License
150 stars 84 forks source link

Provide a ready-to-go Docker image #13

Open mpdude opened 4 years ago

mpdude commented 4 years ago

When using this action with uses: unsplash/comment-on-pr@v1.2.0 in a workflow definition, the Docker image has to be built every time the action runs.

If you could provide a finished Docker image off the shelf, action runs would be much faster and possibly more reproducible.

For the time being, I've helped myself with this: https://hub.docker.com/repository/docker/mpdude/comment-on-pr

... which you can use with uses: docker://mpdude/comment-on-pr:v1.2.0.

But of course it would be much nicer if you could provide this in an "official" way. 🍻

mpdude commented 4 years ago

If you don’t have a Docker Hub account, you could also host the image at the GitHub Package Registry and have an Actions Workflow here to build the images on push/release.