1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-01 13:07:49 +02:00

6 Commits

Author SHA1 Message Date
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
Carlos Alexandro Becker
df73ead056
docs: generate static/releases.json (#1594)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-08 19:48:10 +00:00
smaftoul
f56b9a8509 fix: Allow brew with github actions (#982) (#983) 2019-03-14 09:13:12 -03:00
Eelco
2f6cb9d719 feat: Allows pushing to private registry (#893)
using the goreleaser docker container
2018-12-10 13:45:01 -02:00
Igor German
06db7b76bf fix: entrypoint (#788) 2018-09-04 11:17:35 -03:00
Carlos Alexandro Becker
5cc504fb94
fix: docker image 2018-09-04 09:26:26 -03:00