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

Provide a ready-to-go Docker image #13

Open
mpdude opened this issue Jan 22, 2020 · 1 comment
Open

Provide a ready-to-go Docker image #13

mpdude opened this issue Jan 22, 2020 · 1 comment

Comments

@mpdude
Copy link
Contributor

mpdude commented Jan 22, 2020

When using this action with uses: unsplash/[email protected] 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
Copy link
Contributor Author

mpdude commented Jan 23, 2020

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.

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