diff --git a/functions/simple/helloworld-go.yml b/functions/simple/helloworld-go.yml index 9454dbb..65af56d 100644 --- a/functions/simple/helloworld-go.yml +++ b/functions/simple/helloworld-go.yml @@ -7,7 +7,7 @@ spec: template: spec: containers: - - image: "docker.pkg.github.com/tormachris/knative-report-functions/hello-world-go" + - image: "tormachris/hello-world-go" env: - name: TARGET value: "Go" diff --git a/functions/simple/helloworld-py.yml b/functions/simple/helloworld-py.yml index c740ce4..175149f 100644 --- a/functions/simple/helloworld-py.yml +++ b/functions/simple/helloworld-py.yml @@ -11,5 +11,5 @@ spec: env: - name: TARGET - image: "docker.pkg.github.com/tormachris/knative-report-functions/hello-world-py" + image: "tormachris/hello-world-py" value: "Python" diff --git a/functions/simple/isprime-go.yml b/functions/simple/isprime-go.yml index 3694e31..77c6a90 100644 --- a/functions/simple/isprime-go.yml +++ b/functions/simple/isprime-go.yml @@ -7,7 +7,7 @@ spec: template: spec: containers: - - image: "docker.pkg.github.com/tormachris/knative-report-functions/isprime-go" + - image: "tormachris/isprime-go" env: - name: TARGET value: 107107 diff --git a/functions/simple/isprime-py.yml b/functions/simple/isprime-py.yml index cdbe567..260e15a 100644 --- a/functions/simple/isprime-py.yml +++ b/functions/simple/isprime-py.yml @@ -11,5 +11,5 @@ spec: env: - name: TARGET - image: "docker.pkg.github.com/tormachris/knative-report-functions/isprime-py" + image: "tormachris/isprime-py" value: 107107