DRY up GoReleaser config for publishing Docker images? #5442
Unanswered
polarathene
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Yes, I get that it is pretty repetitive and error prone. I have plans to do a dockers_v2 kind of thing that handles it all, just haven't got to do it yet. I was kinda hoping they would fix docker/cli#3350 , but seems like it won't happen, so I might as well just go around it anyway 🤔 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently I've seen two popular projects manage Docker image publishing through GoReleaser, but compared to the equivalent in Github Actions it doesn't seem very DRY?:
I'm not that familiar with GoReleaser, but had a quick look through the docs and searching issues/discussions and I didn't notice anything that addressed that concern of how repetitive that config was with GoReleaser.
Are the reference configs just not taking advantage of a feature, or would GoReleaser need to implement some functionality to allow simplifying that?
Beta Was this translation helpful? Give feedback.
All reactions