Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit f334fc0

Browse files
release: properly generate image family for executors on docker mirror (#61241)
add internal
1 parent 894b19d commit f334fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/ci/internal/ci/executor_operations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func executorDockerMirrorImageFamilyForConfig(c Config) string {
123123
if err != nil {
124124
panic("cannot parse version")
125125
}
126-
imageFamily = fmt.Sprintf("sourcegraph-executors-docker-mirror-%d-%d-%d", ver.Major(), ver.Minor(), ver.Patch())
126+
imageFamily = fmt.Sprintf("sourcegraph-executors-internal-docker-mirror-%d-%d-%d", ver.Major(), ver.Minor(), ver.Patch())
127127
}
128128
return imageFamily
129129
}

0 commit comments

Comments
 (0)