actions-marketplace-validations/GitHub Docker Action

Build and publish your repository as a Docker image and push it to GitHub Package Registry in one step

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
accessTokenGitHub Repository Token to log in using.yes
imageNameThe desired name for the image. Defaults to current repository name.no
tagThe desired tag for the image. Defaults to latest. Optionally accepts multiple tags separated by newline.nolatest
buildArgsAny additional build arguments to use when building the image, separated by newline.no
contextWhere should GitHub Docker find the Dockerfile, relative to the root of the repository.no.
contextNameWhat Dockerfile should GitHub Docker be using when building. Defaults to traditional Dockerfile name.noDockerfile
containerRegistryWhether or not to push to GitHub Container Registry instead of GitHub Package Registry.nofalse
repositoryThe repository to push the image to. Defaults to the current repository. Must be specified in format user/repo.no
namedescription
imageURLThe URL of the image, without the tag.