Skip to main content
Stage names in a multi-stage build should be unique.

Description

Defining multiple stages with the same name results in an error because the builder is unable to uniquely resolve the stage name reference.

Examples

Bad:
Good:

Supersedes

Reference