nicholasjackson / docker-consul-envoy

Docker image with Consul and Envoy
MIT License
30 stars 24 forks source link

Better Parameterize Build Scripts, Add Example Github Action for Building #8

Closed ericreeves closed 2 years ago

ericreeves commented 2 years ago

This PR better parameterizes the build scripts to easily build images with any Consul/Envoy version.

Also includes an example Github Action that is disabled by default that will automagically build Docker images and publish them to a Github Container Registry when a tag with format "v" is pushed to the "main" branch.

It also retains backward compatibility with former behavior. :)

ericreeves commented 2 years ago

This work has been integrated with PR #8 which has been merged!