Skip to content

Build summary does not include images created with matrix #299

Closed
@betelgeuse

Description

@betelgeuse

Contributing guidelines

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions