You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for maintaining this project! 🚀
Context
Some tools generate one tag for each arch (instead of a single one as docker buildx does) on multi-arch builds when we load the exported file into the docker daemon.
Description
I'm using apko to create some OCI images here. Since it creates one tag for each arch, I need to have a separate step for each arch I want to analyze (example).
So, it'd be great to call this action once in a single step for multiple images.
Off-topic
This example needs to be updated since tags for this project are prefixed with v. 😅
Hey 👋🏻
First of all, thanks for maintaining this project! 🚀
Context
Some tools generate one tag for each arch (instead of a single one as docker buildx does) on multi-arch builds when we load the exported file into the docker daemon.
Description
I'm using apko to create some OCI images here. Since it creates one tag for each arch, I need to have a separate step for each arch I want to analyze (example).
So, it'd be great to call this action once in a single step for multiple images.
Off-topic
This example needs to be updated since tags for this project are prefixed with
v
. 😅e.g.,
MaxymVlasov/dive-action@1.0.0
->MaxymVlasov/dive-action@v1.0.0
Not sure if I'm missing something here. So please let me know.
The text was updated successfully, but these errors were encountered: