Closed
Description
Contributing guidelines
- I've read the contributing guidelines and wholeheartedly agree
I've found a bug, and:
- The documentation does not mention anything about my problem
- There are no open or closed issues that are related to my problem
Description
I have a bake configuration that uses matrix:
target "foo1" {
matrix {
VAR = ["a", "b", "c"]
}
}
target "foo2" {
}
Expected behaviour
Build summary includes foo1 images
Actual behaviour
Build summary only includes foo2 image
Repository URL
No response
Workflow run URL
No response
YAML workflow
- name: Build and push
uses: docker/bake-action@v6
with:
source: .
provenance: false
targets: foo1,foo2
Workflow logs
No response
BuildKit logs
Additional info
No response