jsmrcaga/Docker build intermediary image

Build an intermediary dependency image for your Docker image

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
dockerfile_pathThe location of your Dockerfile, default is `./`. If hashing dockerfile the name "Dockerfile" will be appended to read the fileno./
docker_usernameyes
docker_passwordyes
docker_registryThe registry to login to. Default is blank for DockerHub, for GitHub use ghcr.iono""
compute_dockerfile_hashIf this action reads and computes a hash of the first part of your dockerfilenofalse
intermediary_hashA hash used as a tag for your intermediary image. Creating a new image will also depend on this hashyes
intermediary_image_asThe alias of the image as specified on your Dockerfile `as xxxx`yes
intermediary_image_urlThe URL to where to publish your image, format is everything except the image versionyes
intermediary_build_flagsAny extra build flags you would like to append to the `docker build` commandno""
should_push_intermediary_imageIf the action should push the intermediary image at the end of your workflow runnotrue
namedescription
intermediary_tagThe intermediary image full url (with tag). You can use this to build your main image