This commit is contained in:
2019-10-04 19:49:31 +02:00
parent 2defad24c8
commit 8c5fe54d11
4 changed files with 72 additions and 0 deletions

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
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