Change docker login password setup to stdin

This commit is contained in:
Juan Carlos Mejías Rodríguez 2019-08-16 00:37:15 -04:00
parent 0dcc12dad0
commit 2f3eeb5959

View File

@ -67,7 +67,7 @@ jobs:
- run:
name: Create and publish release
command: |
docker login -u $CI_REGISTY_USER -p $CI_REGISTY_PASSWORD $CI_REGISTRY
echo "$CI_REGISTY_PASSWORD" | docker login -u $CI_REGISTY_USER --password-stdin $CI_REGISTRY
goreleaser
workflows: