1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00
goreleaser/scripts
Nadir Boukeffa 48b2a1f3e6
fix: docker login using password stdin (#1617)
Instead of passing the password using the `-p` arg which is deprecated, we now use `--password-stdin` which is recommended.

Solves the following warning:
```
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
```
2020-06-18 14:10:47 -03:00
..
entrypoint.sh fix: docker login using password stdin (#1617) 2020-06-18 14:10:47 -03:00
get-releases.sh docs: generate static/releases.json (#1594) 2020-06-08 19:48:10 +00:00