cytopia/Docker tag action

GitHub Action to create Docker tag based on branch or tag

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
latest_git_branchGit branch name which will return "latest" as the Docker tag (default: master).nomaster
latest_docker_tag_nameThe name for the "latest" Docker tag (default: latest).nolatest
non_latest_docker_tag_prefixThe prefix for all Docker tags, which do not identify as the conventional latest Tag (default: empty)no""
non_latest_docker_tag_suffixThe suffix for all Docker tags, which do not identify as the conventional latest Tag (default: empty)no""
namedescription
docker-tagDocker tag to be used