Azure / azure-relay-bridge

Azure Relay Bridge - A cross-platform command line tool to create VPN-less TCP tunnels from and to anywhere
MIT License
120 stars 48 forks source link

feat: publish docker image #68

Closed linckez closed 2 weeks ago

linckez commented 1 year ago

Hey there,

I've been playing around with the repo and thought about how it would be so much nicer if we didn't have to manually build the Docker image ourselves. So, I went ahead and made some tweaks to our GitHub Actions workflow. Now, it will automatically build and push the Docker image for us.

Let me know what you think. If you have any suggestions or improvements, I'm all ears.

Cheers, Linckez

linckez commented 12 months ago

@microsoft-github-policy-service agree

clemensv commented 2 weeks ago

The binaries are here for convenience and "unofficial". If/when we will create an official build, it will be signed by another pipeline and then push to distribution points.

Thank you for the contribution.