docker / build-push-action

GitHub Action to build and push Docker images with Buildx
https://github.com/marketplace/actions/build-and-push-docker-images
Apache License 2.0
4.4k stars 560 forks source link

No imageid with docker/setup-buildx-action@v3 #1209

Open jmetev1 opened 3 months ago

jmetev1 commented 3 months ago

Contributing guidelines

I've found a bug, and:

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!

Expected behaviour

Readme more specific

Actual behaviour

Imageid not in output with buildx

Repository URL

No response

Workflow run URL

No response

YAML workflow

n/a

Workflow logs

No response

BuildKit logs

No response

Additional info

No response

starlightromero commented 1 month ago

@jmetev1 I'm curious how you handle getting the imageid without this output available. I'm struggling to figure out the same.

jmetev1 commented 1 month ago

don't use buildx. and then the imageid will be available.