pass pw through stdin to silence warning
This commit is contained in:
parent
08cda8ed33
commit
4a58229dc6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ git tag $TAG
|
|||
docker build -t zokrates .
|
||||
|
||||
## Log into Dockerhub
|
||||
docker login -u $DOCKERHUB_USER -p $DOCKERHUB_PASS
|
||||
echo $DOCKERHUB_PASS | docker login -u $DOCKERHUB_USER --password-stdin
|
||||
|
||||
## Release under `latest` tag
|
||||
docker tag zokrates:latest zokrates/zokrates:latest
|
||||
|
|
Loading…
Reference in a new issue