We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ccbd8 commit 2b0b5f3Copy full SHA for 2b0b5f3
.travis.yml
@@ -7,6 +7,7 @@ mono: none
7
services:
8
- docker
9
script:
10
+- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
11
- make test-docker
12
- make release
13
after_success:
0 commit comments