change the rest to docker hub
This commit is contained in:
parent
8081b00847
commit
97a8fb39ce
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user