Docker image templates only resulting in one image? #1901
Answered
by
caarlos0
tommyalatalo
asked this question in
Q&A
-
Running a release with the below configuration I was expecting to get 4 docker images build according to the entries in image_templates, this is however not the case. Goreleaser only build the first image in the list. Can anyone tell me why?
|
Beta Was this translation helpful? Give feedback.
Answered by
caarlos0
Nov 16, 2020
Replies: 1 comment 2 replies
-
It builds only the first one, and later tag it with the other names on the list and then push them all. Isn't that what's happening? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
caarlos0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It builds only the first one, and later tag it with the other names on the list and then push them all.
Isn't that what's happening?