Documentation
¶
Index ¶
Constants ¶
View Source
const (
IMAGE = "goreleaser/goreleaser:v2.13.3"
)
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
func Matches ¶ added in v0.31.0
Matches implements the Build interface - GoReleaser only runs for golang builds with goreleaser=true
func New ¶
func New() build.BuildStepv3
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() error
Click to show internal directories.
Click to hide internal directories.