-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
In our repo we have multiple tags for a single commit. Example when we do a release:
- latest
- development
- stable
Now you can't see in the repo that these are all the same image. When using AWS ECR they are grouped by the hash they refer to. This makes the overview simpler to see that the tags are indeed the same image.
Reactions are currently unavailable