otterize / network-mapper

Map Kubernetes traffic: in-cluster, to the Internet, and to AWS IAM and export as text, intents, or an image
Apache License 2.0
612 stars 23 forks source link

Fixing fork e2e test #148

Closed orishoshan closed 1 year ago

orishoshan commented 1 year ago

This PR fixes fork branch builds failing on the new end-to-end test, which was relying on the existence of a container registry to get the images between build steps. This PR now uses actions/upload-artifact and actions/download-artifact to achieve the same thing.