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
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.
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. 🍻
The text was updated successfully, but these errors were encountered: