Skip to content

Commit e01d01c

Browse files
committed
chore: add docker credentials to travis
1 parent 6534c08 commit e01d01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install:
2020
-B -V
2121
deploy:
2222
- provider: script
23-
script: make docker-build && make docker-push
23+
script: echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin && make docker-build && make docker-push
2424
skip_cleanup: true
2525
on:
2626
tags: true

0 commit comments

Comments
 (0)