-
I'm trying to figure out how to get goreleaser to publish a docker image to a gcr.io registry, but I'm not finding any information on specifying a certain registry or authorization for it. Am I just missing something (I hope)? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
hey, you can authorize before running goreleaser (via assume role or any other way) and just set up the docker pipe to push to gcr... |
Beta Was this translation helpful? Give feedback.
-
@caarlos0 and if we are talking about using goreleaser inside gh-actions or any other CI that means that before running goreleaser we need to |
Beta Was this translation helpful? Give feedback.
hey, you can authorize before running goreleaser (via assume role or any other way) and just set up the docker pipe to push to gcr...