tada5hi/DockerImagePublish

Build, tag and push docker images under certain conditions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
dockerFileNameName of DockerfileyesDockerfile
dockerFilePathRelative path to DockerFileyes""
gitTagWhether to create an image tag for a git tag.true
gitTagPrefixPrefix for matching git tags""
gitUserGit user${{ github.actor }}
gitPasswordGit password${{ github.token }}
registryHostRegistry hostyesghcr.io
registryUserRegistry user${{ github.actor }}
registryPasswordRegistry password${{ github.token }}
registryRepositoryRegistry repository full name (e.g. project/repository)yes${{ github.repository }}
registryTagRegistry image tag (e.g. latest)""
cleanupDelete the built image at the endtrue
tokenToken to access GitHub API${{ github.token }}
buildArgsProvide additional build args""

no outputs