Skip to content

Commit

Permalink
Set midstream image
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vašek <matejvasek@gmail.com>
  • Loading branch information
matejvasek committed Sep 6, 2024
1 parent f8b8f85 commit 3f529b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipelines/tekton/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
)

var DeployerImage = "ghcr.io/knative/func-utils:latest"
var DeployerImage = "quay.io/mvasek/func-utils:midstream"

func getBuildpackTask() string {
return `apiVersion: tekton.dev/v1
Expand Down

0 comments on commit 3f529b0

Please sign in to comment.