-
-
Notifications
You must be signed in to change notification settings - Fork 373
CI(docker): Add docker labels from metadata #6667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
It still looks like it is adding a new workflow. Can you review your PR, try it on your fork, and let us know when we should look at it again? |
echoix
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Im reading about how labels should be created by the action. In case I still can't be sure, I would be comfortable to merge and try to fix after
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert?

This PR addresses issue #6511.
Following the maintainer’s guidance, this updates the Docker workflow to use the outputs of docker/metadata-action not only for annotations but also for image labels.
The goal is to ensure the metadata generated by the action is fully utilized in the build-and-push step, aligning the workflow with the examples shown in the upstream docker metadata documentation.
If anything else should be added or adjusted, I’m happy to iterate further.