containerd / nydus-snapshotter

A containerd snapshotter with data deduplication and lazy loading in P2P fashion
https://nydus.dev/
Apache License 2.0
168 stars 96 forks source link

action: publish manifest for multiple tags #585

Closed BbolroC closed 6 months ago

BbolroC commented 6 months ago

The PR #584 overlooked a scenario involving more than two elements in steps.meta.outputs.tags. This commit addresses that by iterating over the tags and creating/pushing a manifest for them, respectively.

Fixes: #583

Signed-off-by: Hyounggyu Choi Hyounggyu.Choi@ibm.com

BbolroC commented 6 months ago

Verification