Skip to content

Commit

Permalink
chore: update image tag in tekton pipeline (knative#1340)
Browse files Browse the repository at this point in the history
We are now producing `func` images in the knative org.

Signed-off-by: Lance Ball <lball@redhat.com>

Signed-off-by: Lance Ball <lball@redhat.com>
  • Loading branch information
lance committed Feb 15, 2023
1 parent 054ca08 commit bff157b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
description: The workspace containing the function project
steps:
- name: func-deploy
image: "ghcr.io/knative-sandbox/kn-plugin-func/func:latest"
image: "ghcr.io/knative/func/func:latest"
script: |
export FUNC_IMAGE="$(params.image)"
func deploy --verbose --build=false --push=false --path=$(params.path)

0 comments on commit bff157b

Please sign in to comment.