[ ] The documentation does not mention anything about my problem
[ ] There are no open or closed issues that are related to my problem
Description
I felt like the default use was like in the readme to use
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
And in the readme it says that outputs include imageid. It took me a long time to figure out that doesn't happen if you use buildx. Maybe that should be made more clear in the readme? Or maybe other people knew to expect that?
Thanks!
Contributing guidelines
I've found a bug, and:
Description
I felt like the default use was like in the readme to use
And in the readme it says that outputs include imageid. It took me a long time to figure out that doesn't happen if you use buildx. Maybe that should be made more clear in the readme? Or maybe other people knew to expect that? Thanks!
Expected behaviour
Readme more specific
Actual behaviour
Imageid not in output with buildx
Repository URL
No response
Workflow run URL
No response
YAML workflow
Workflow logs
No response
BuildKit logs
No response
Additional info
No response