Skip to content

Commit

Permalink
note 'docker login' requirement for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfenwick authored Mar 24, 2023
1 parent 8063e4b commit 186b626
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ git tag $TAG
git push origin $TAG
```

You'll need to be logged in to dockerhub from the command line, in order to push images: `docker login`

Cut a release:

```bash
Expand All @@ -63,4 +65,4 @@ Make a test release:

```bash
goreleaser release --snapshot --rm-dist
```
```

0 comments on commit 186b626

Please sign in to comment.