Skip to content

Commit 186b626

Browse files
authored
note 'docker login' requirement for release
1 parent 8063e4b commit 186b626

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/developer-guide.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ git tag $TAG
5353
git push origin $TAG
5454
```
5555

56+
You'll need to be logged in to dockerhub from the command line, in order to push images: `docker login`
57+
5658
Cut a release:
5759

5860
```bash
@@ -63,4 +65,4 @@ Make a test release:
6365

6466
```bash
6567
goreleaser release --snapshot --rm-dist
66-
```
68+
```

0 commit comments

Comments
 (0)