From 97a8fb39ce848fb4ae788193e3716cb45ddf12d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 9 Oct 2019 15:41:48 +0200 Subject: [PATCH] change the rest to docker hub --- functions/simple/helloworld-go.yml | 2 +- functions/simple/helloworld-py.yml | 2 +- functions/simple/isprime-go.yml | 2 +- functions/simple/isprime-py.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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