Skip to content
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

executor: apply label to only final stage via --label #4817

Merged

Commits on May 27, 2023

  1. executor: apply label to only final stage

    In containers#4673 we made a change were
    we were applying labels to end of each stage, which is different than
    what we were doing before i.e applying label at the end of the each
    step.
    
    However buildkit does not adds label to any stage or steps it only adds
    label at the end of final stage so lets do that.
    
    Closes: containers#4804
    
    Signed-off-by: Aditya R <arajan@redhat.com>
    flouthoc committed May 27, 2023
    Copy the full SHA
    0766b00 View commit details
    Browse the repository at this point in the history