Skip to content

Commit

Permalink
use git tag
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <kemingyang@tensorchord.ai>
  • Loading branch information
kemingy committed Sep 28, 2022
1 parent c5aeec6 commit c7917a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/types/envd.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const DefaultPathEnvWindows = system.DefaultPathEnvWindows

const PythonBaseImage = "ubuntu:20.04"

var EnvdSshdImage = fmt.Sprintf("kemingy/envd-sshd-from-scratch:%s", version.GetEnvdVersion())
var EnvdSshdImage = fmt.Sprintf("kemingy/envd-sshd-from-scratch:%s", version.GetVersionForImageTag())

var BaseEnvironment = []struct {
Name string
Expand Down

0 comments on commit c7917a6

Please sign in to comment.