Closed tboegner closed 3 years ago
Does this make the existing workflow (https://github.com/iris-connect/eps/blob/master/.github/workflows/build-and-push-docker-images.yml) obsolete?
I think we might not need this. There is no need to have develop images for rapid deployment of eps. I think we should always update eps manually on our gateways.
Does this make the existing workflow (https://github.com/iris-connect/eps/blob/master/.github/workflows/build-and-push-docker-images.yml) obsolete?
No, build-and-push-docker-images.yml is for publishing new release versions. The new workflow was intended for current development versions.
There is no need to have develop images for rapid deployment of eps.
What about Proxy-Service and Service-Directory, should they also be updated manually?
Do we still need this with the changes to the release process that we've recently made or can we close this?
No, we do not need this. I will close it.
Currently we have no separation between services, a push to master triggers build and push to registry for all services.