knative-report-functions/.travis.yml

15 lines
536 B
YAML
Raw Normal View History

2019-10-04 19:49:31 +02:00
language: bash
services:
- docker
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
2019-10-06 23:56:19 +02:00
- 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