change to docker hub

This commit is contained in:
Torma Kristóf 2019-10-09 15:38:29 +02:00
parent 5661866a94
commit 8081b00847
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
8 changed files with 8 additions and 8 deletions

View File

@ -18,4 +18,4 @@ spec:
autoscaling.knative.dev/maxScale: "100"
spec:
containers:
- image: docker.pkg.github.com/tormachris/knative-report-functions/hello-world-go
- image: tormachris/hello-world-go

View File

@ -12,4 +12,4 @@ spec:
autoscaling.knative.dev/metric: cpu
spec:
containers:
- image: docker.pkg.github.com/tormachris/knative-report-functions/hello-world-go
- image: tormachris/hello-world-go

View File

@ -18,4 +18,4 @@ spec:
autoscaling.knative.dev/maxScale: "100"
spec:
containers:
- image: docker.pkg.github.com/tormachris/knative-report-functions/hello-world-py
- image: tormachris/hello-world-py

View File

@ -12,4 +12,4 @@ spec:
autoscaling.knative.dev/metric: cpu
spec:
containers:
- image: docker.pkg.github.com/tormachris/knative-report-functions/hello-world-py
- image: tormachris/hello-world-py

View File

@ -18,4 +18,4 @@ spec:
autoscaling.knative.dev/maxScale: "100"
spec:
containers:
- image: docker.pkg.github.com/tormachris/knative-report-functions/isprime-go
- image: tormachris/isprime-go

View File

@ -12,4 +12,4 @@ spec:
autoscaling.knative.dev/metric: cpu
spec:
containers:
- image: docker.pkg.github.com/tormachris/knative-report-functions/isprime-go
- image: tormachris/isprime-go

View File

@ -18,4 +18,4 @@ spec:
autoscaling.knative.dev/maxScale: "100"
spec:
containers:
- image: docker.pkg.github.com/tormachris/knative-report-functions/isprime-py
- image: tormachris/isprime-py

View File

@ -12,4 +12,4 @@ spec:
autoscaling.knative.dev/metric: cpu
spec:
containers:
- image: docker.pkg.github.com/tormachris/knative-report-functions/isprime-py
- image: tormachris/isprime-py