fix: add annotations to Docker workflow#3497
Conversation
Fossier: Manual Review Requested
Score BreakdownTotal Score: 65.7/100 | Confidence: 100% | Outcome: REVIEW
|
Greptile SummaryThis PR adds Docker image annotations to the publish workflow. The main change is:
Confidence Score: 4/5This is close, but the annotation target should be fixed before merging.
Important Files Changed
|
Add Docker metadata annotations levels to workflow
Labels were added a while back to the docker image, but since the image is being built for multiple architectures, annotations need to be set in order for tools like renovate to pick up the OCI metadata.
https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#labelling-container-images
Checks