packhelp/Docker Build & Push

Builds a Docker image and pushes it to a container registry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
appApplication to buildyes
dockerfileDockerfile to buildnoDockerfile
dockerignore_overrideOverride default .dockerignore file from contextno
contextDocker build contextno.
tagDocker image tagno${{ github.sha }}
extra_tagAdditional Docker image tag to publish alongside the primary tag, e.g. latest or a versionno""
directoryDirectory to change into before buildingno.
argsAdditional 'docker build' argumentsno""
registry_addressContainer registry addressyes
registry_usernameContainer registry usernameyes
registry_passwordContainer registry passwordyes

no outputs