]> granicus.if.org Git - graphviz/commit
Stop docker complaining about password argument
authorMark Hansen <markhansen@google.com>
Sat, 20 Feb 2021 03:50:14 +0000 (14:50 +1100)
committerMark Hansen <markhansen@google.com>
Sat, 20 Feb 2021 03:50:14 +0000 (14:50 +1100)
commit7eff789fc12412b4e5d174477cf40d941db30459
tree6e9fb28e68d25a8275598bc8068d8f384a38cde4
parent61a6046a35a6fbc3365ee871158874bd63af1760
Stop docker complaining about password argument

Fixes this warning:

```
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
```

With thanks to
https://blog.callr.tech/building-docker-images-with-gitlab-ci-best-practices/
for the inspiration.
.gitlab-ci.yml