Closed lbussell closed 1 month ago
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.
@mthalman Review new tests please. Thanks.
This change allows patterns like:
aspire-dashboard-tags.yml
monitor-tags.yml
runtime-tags.yml
:This works by checking if the tag in the variable is multi-arch or not, and if so, adds yaml tag groups for each architecture. This meant we needed a different solution for custom tag tables - I added the option to put that inline with the variable (which you can see above).
I made sure that using the multi-arch tags didn't change the readme output or sorting. In order to do that I had to add some sorting logic to the readme tags table generation - but it's just automating what we were already doing by hand.