change the rest to docker hub

This commit is contained in:
Torma Kristóf 2019-10-09 15:41:48 +02:00
parent 8081b00847
commit 97a8fb39ce
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
4 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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