p6m-actions/JavaScript PNPM Docker Build and Publish

Builds and publishes a Docker image for a JavaScript application

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
project-pathRelative path to the project directory containing package.json (must not contain '..' or be absolute)no.
platformsThe platforms to build for (comma-separated)nolinux/amd64,linux/arm64
image-nameThe name for the Docker image (defaults to repository name)no""
app-nameDeprecated: Use 'image-name' instead. Alias for backward compatibility.no""
versionThe version to use for the Docker image (defaults to version from package.json)no""
tag-latestWhether to also tag the image as 'latest'notrue
dockerfilePath to the DockerfilenoDockerfile
contextDocker build contextno.
registryDocker registry URLyes
namedescription
image-digestThe digest of the built Docker image
image-nameThe full name of the built image (with version tag)
versionThe version used for tagging the image