How to download file associated with a tag

I am currently using GitLab Community Edition 9.3.5 0c9ceb3.
And I created tags with files as my releases.

Right now, I want to build docker images which will use my release binaries.
I tried with wget, but it failed with “connection refused”.

What should I do to let docker build automatically downloads files for my tag?

1 Like