Documentation
¶
Index ¶
Constants ¶
View Source
const (
IMAGE = "goreleaser/goreleaser:v2.15.2"
)
Variables ¶
View Source
var ErrMissingToken = fmt.Errorf("missing CONTAINIFYCI_GITHUB_TOKEN")
ErrMissingToken is returned when CONTAINIFYCI_GITHUB_TOKEN is not set
Functions ¶
func CacheFolder ¶
func CacheFolder() string
Types ¶
type GoReleaserContainer ¶
func (*GoReleaserContainer) ApplyEnvs ¶
func (c *GoReleaserContainer) ApplyEnvs(envs []string) []string
func (*GoReleaserContainer) Pull ¶
func (c *GoReleaserContainer) Pull() error
func (*GoReleaserContainer) Release ¶
func (c *GoReleaserContainer) Release(env container.EnvType) error
func (*GoReleaserContainer) Run ¶
func (c *GoReleaserContainer) Run() (string, error)
Click to show internal directories.
Click to hide internal directories.