mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
ci: fix executors image family for nightly builds (#60865)
This commit is contained in:
parent
3788feaf52
commit
77058f1d41
@ -122,7 +122,7 @@ func executorDockerMirrorImageFamilyForConfig(c Config) string {
|
||||
// This defaults to `-nightly`, and will be `-$MAJOR-$MINOR` for a tagged release
|
||||
// build.
|
||||
func executorImageFamilyForConfig(c Config) string {
|
||||
imageFamily := "sourcegraph-executors-test-nightly"
|
||||
imageFamily := "sourcegraph-executors-nightly"
|
||||
if c.RunType.Is(runtype.TaggedRelease) {
|
||||
ver, err := semver.NewVersion(c.Version)
|
||||
if err != nil {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user