kristofbator

This commit is contained in:
2019-10-08 18:16:16 +02:00
parent 19026753e6
commit 290fcb97d0
13 changed files with 84 additions and 6 deletions

View File

@@ -6,9 +6,15 @@ services:
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin docker.pkg.github.com
- 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
- cd hello-world-go
- docker build -t=docker.pkg.github.com/tormachris/knative-report-functions/hello-world-go .
- docker push docker.pkg.github.com/tormachris/knative-report-functions/hello-world-go
- cd ../isprime-go
- docker build -t=docker.pkg.github.com/tormachris/knative-report-functions/isprime-go .
- docker push docker.pkg.github.com/tormachris/knative-report-functions/isprime-go
- cd ../hello-world-python
- docker build -t=docker.pkg.github.com/tormachris/knative-report-functions/hello-world-py .
- docker push docker.pkg.github.com/tormachris/knative-report-functions/hello-world-py
- cd ../isprime-python
- docker build -t=docker.pkg.github.com/tormachris/knative-report-functions/isprime-py .
- docker push docker.pkg.github.com/tormachris/knative-report-functions/isprime-py