Skip to content

Commit 0ec4eb7

Browse files
Enteeeclaude
andcommitted
fix(ci): remove invalid skip_push field from GoReleaser config
The dockers_v2 section in GoReleaser doesn't support the skip_push field. This was causing configuration validation errors during make check. GoReleaser's --snapshot mode automatically handles not pushing images by building architecture-specific local images instead of multi-arch manifests, so explicit skip_push configuration is not needed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 86d2779 commit 0ec4eb7

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
@@ -86,7 +86,6 @@ changelog:
8686

8787
dockers_v2:
8888
- id: djalgorhythm-images
89-
skip_push: '{{ .IsSnapshot }}'
9089
images:
9190
- enteee/djalgorhythm
9291
- ghcr.io/enteee/djalgorhythm

0 commit comments

Comments
 (0)