ipdxco/Docker Container Action

A reimplementation of docker container action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryThe GitHub repository nameyes
refThe GitHub repository refyes
imageThe docker image name (defaults to repository)no
tagThe docker image tag (defaults to ref)no
dockerfileThe dockerfile pathnoDockerfile
optsThe docker run optsno
argsThe docker run argsno
build-argsThe docker build args. Newline-delimited list.no
working-directoryThe docker run working directoryno${{ github.workspace }}
github-server-urlThe GitHub server URLno${{ github.server_url }}
docker-registry-urlThe docker registry URLnohttps://ghcr.io
allow-exit-codesA comma separated list of exit code allowed when running the container. Use * to allow all exit codesno0
namedescription
outputsThe outputs of the docker run step in JSON format