kyma-project / test-infra

Test infrastructure for the Kyma project.
https://status.build.kyma-project.io/
Apache License 2.0
37 stars 180 forks source link

Update documentation to Clarify Reserved Build Arguments for Image Builder #12374

Open dekiel opened 2 days ago

dekiel commented 2 days ago

Description

There has been an issue reported regarding the use of --build-arg in the image builder GitHub Actions workflow. The argument default_tag is being used, but it is overriden by the default tag generated for images during the build. The default tag is added to the build args with name "default_tag". This results in conflicts when trying to pass a custom argument with the same name.

Problem

Suggested Solution

Acceptance Criteria