Try to fix Docker login issue

This commit is contained in:
eikendev 2020-07-31 23:54:09 +02:00
parent 77fee5d1aa
commit a97f8431e6
No known key found for this signature in database
GPG key ID: A1BDB1B28C8EF694

View file

@ -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