Commit 0ec4eb7
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
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
| |||
0 commit comments