# Functions
GetBuildOptions gets the login action environment variables.
GetGitHubOptions gets the common github actions environment variables.
GetLabels gets a list of all labels to build the image with including automatic labels created from github vars when AddGitLabels is true.
GetLoginOptions gets the login action environment variables.
GetRegistry gets the registry server from the github actions environment variables.
GetTags gets a list of all tags for including automatic tags from github vars when enabled along with the registry and repository.
ShouldPush returns true if the user has signalled a docker push should be performed.
# Constants
Get reference types.
Get reference types.
Get reference types.
Get reference types.
# Structs
Build contains the parsed build action environment variables.
GitHub contains the parsed common github actions environment variables See https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables.
GitReference contains the type and name of the git ref.
Login contains the parsed login action environment variables.
# Type aliases
GitReferenceType is the type of the git ref.