philips-labs/Docker Action

Github Action to build and push a Docker image

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
imageNameThe name of the docker imageyes
workingDirectoryThe working directory from which to run the docker commandsyes.
dockerRegistryThe registry to push the image nameyesdocker.io
dockerfilePath to DockerfileyesDockerfile
latestBranchOptionally set the branch name used to create latest images from (by default this action will use `main` and `master`)no
currentBranchOptionally set the branch name to use for docker tag (some events do not set `GITHUB_REF` to current branch)no
buildArgsOptionally enter a list of `VARIABLE=value` strings that will be passed each as `--build-arg VARIABLE=value` to dockerno
namedescription
dockerTagThe docker tag of the built image