Replies: 1 comment 3 replies
-
Yes, its expected, it only builds everything, but the whole publishing phase is skipped: https://goreleaser.com/customization/nightlies/ You can then docker push only what you want and upload artifacts using, for instance, This probably need more docs and better examples though, added to my todo list. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm sure there's something fundamental I don't understand, but trying out
goreleaser release --nightly --rm-dist
gets me nothing published.At the end I see
but note nothing happens in the publishing stage.
Beta Was this translation helpful? Give feedback.
All reactions