Skip to content

Commit 3025881

Browse files
authored
Merge pull request #173 from redpanda-data/fix-goreleaser-cfg
Fix Go releaser config
2 parents 190dcfb + 043cf11 commit 3025881

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.goreleaser.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ changelog:
1414
filters:
1515
# Commit messages matching the regexp listed here will be removed from the changelog
1616
exclude:
17-
- - '^docs:'
18-
- '^test:'
19-
- '^npm:'
20-
- '^go.mod:'
21-
- '^.github:'
22-
- 'Merge branch'
17+
- '^docs:'
18+
- '^test:'
19+
- '^npm:'
20+
- '^go.mod:'
21+
- '^.github:'
22+
- 'Merge branch'
2323

2424
builds:
2525
- id: kminion

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ You can find a list of all exported metrics here: [/docs/metrics.md](/docs/metri
2525
### 🐳 Docker image
2626

2727
All images will be built on each push to master or for every new release. You can find an overview of all available tags
28-
in our [quay.io repository](https://quay.io/repository/cloudhut/kminion?tab=tags).
28+
in our [DockerHub repository](https://hub.docker.com/r/vectorized/kminion/tags).
2929

3030
```shell
31-
docker pull quay.io/cloudhut/kminion:master
31+
docker pull docker pull vectorized/kminion:v2.2.1
3232
```
3333

3434
### ☸ Helm chart

0 commit comments

Comments
 (0)