Skip to content

Commit 413c27f

Browse files
authored
goreleaser: correctly structure the docker section (#502)
Annoyingly, this passes GoReleaser's check action, but then does nothing silently. Fixes #501.
1 parent 1bdc8a9 commit 413c27f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ brews:
4343
bin.install "src"
4444
dockers:
4545
- dockerfile: Dockerfile.release
46-
- image_templates:
46+
image_templates:
4747
- "sourcegraph/src-cli:{{ .Tag }}"
4848
- "sourcegraph/src-cli:{{ .Major }}"
4949
- "sourcegraph/src-cli:{{ .Major }}.{{ .Minor }}"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ All notable changes to `src-cli` are documented in this file.
2121

2222
### Removed
2323

24+
## 3.26.2
25+
26+
### Fixed
27+
28+
- Publishing of Docker images for `src` was broken after release 3.24.3. This has been fixed, and [`sourcegraph/src-cli` images](https://hub.docker.com/r/sourcegraph/src-cli) are available once again. [#501](https://github.com/sourcegraph/src-cli/issues/501)
29+
2430
## 3.26.1
2531

2632
### Fixed

0 commit comments

Comments
 (0)