This commit is contained in:
2019-10-06 23:56:19 +02:00
parent e9a4296db6
commit d76f21d508
4 changed files with 73 additions and 0 deletions

View File

@@ -9,3 +9,6 @@ script:
- cd hello-world
- docker build -t=docker.pkg.github.com/tormachris/knative-report-functions/hello-world .
- docker push docker.pkg.github.com/tormachris/knative-report-functions/hello-world
- cd ../isprime
- docker build -t=docker.pkg.github.com/tormachris/knative-report-functions/isprime .
- docker push docker.pkg.github.com/tormachris/knative-report-functions/isprime