79738803

Date: 2025-08-18 13:45:15
Score: 0.5
Natty:
Report link

This can be achieved with:

include:
  - component: $CI_SERVER_FQDN/$CI_COMPONENTS/container/build@0
    inputs:
      as: "Build container image"
      destinations:
        - "-t $DESTINATION:$CI_COMMIT_SHORT_SHA"

Build container image:
  parallel:
    matrix:
      - !reference [.COMPONENTS, matrix]
  rules: !reference [.build_rules, rules]
  artifacts:
    paths:
      - $COMPONENT/build.env 
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Erik