Skip to content

Commit 0ccea04

Browse files
authored
ci: fix goreleaser ko config (#1056)
We accidentally used the `bare` and `base_import_paths` option at the same time, which disabled the `bare` option. This added extra nesting after `KO_DOCKER_REPO`, causing the push to Docker Hub to fail.
1 parent 53de193 commit 0ccea04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ kos:
4444
platforms:
4545
- linux/amd64
4646
- linux/arm64
47-
base_import_paths: true
4847
base_image: alpine
4948
bare: true
5049
labels:

0 commit comments

Comments
 (0)