Skip to content

Commit

Permalink
Merge pull request #249 from symflower/242-latest-image
Browse files Browse the repository at this point in the history
Use "main" image if no image was specified
  • Loading branch information
bauersimon authored Jul 9, 2024
2 parents 3ed3ecb + ad73a21 commit 5aa4afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/eval-dev-quality/cmd/evaluate.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (command *Evaluate) Initialize(args []string) (evaluationContext *evaluate.
}

if command.RuntimeImage == "" {
command.RuntimeImage = "ghcr.io/symflower/eval-dev-quality:v" + evaluate.Version
command.RuntimeImage = "ghcr.io/symflower/eval-dev-quality:main"
}

if command.Runtime == "kubernetes" && command.Namespace == "" {
Expand Down

0 comments on commit 5aa4afb

Please sign in to comment.