Documentation
¶
Index ¶
Constants ¶
View Source
const (
Type = "eget"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct { Repo string `mapstructure:"repo"` Tag string `mapstructure:"tag"` Prerelease bool `mapstructure:"pre-release"` ExtractFile string `mapstructure:"file"` All bool `mapstructure:"all"` Asset []string `mapstructure:"asset"` VerifySHA256 string `mapstructure:"verify-sha256"` }
func (*Action) UpdateImage ¶
func (a *Action) UpdateImage(_ *dockerfile2llb.Image)
Click to show internal directories.
Click to hide internal directories.