mirror of
https://github.com/pushbits/server.git
synced 2025-05-02 11:46:17 +02:00
Try to fix Docker login issue
This commit is contained in:
parent
77fee5d1aa
commit
a97f8431e6
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ script:
|
|||
- make test
|
||||
deploy:
|
||||
provider: script
|
||||
script: echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" && make push-image
|
||||
script: echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin && make push-image
|
||||
on:
|
||||
branch: master
|
||||
|
|
Loading…
Add table
Reference in a new issue