Fixed several bugs in the output of environment variables that must be set if the container build is to be reproduced locally (yellow text at the begin of the job log).
wrong variables was printed (e.g. PWD, which causes strange behavior if you overwrite the variable manually)
some variables was not printed because of wrong regex
CI_RUNNER_TAGS was missing in general, which is required if you build HIP builds with enabled tests
Also improved the output. Group the variables by prefix and sort the output.
Fixed several bugs in the output of environment variables that must be set if the container build is to be reproduced locally (yellow text at the begin of the job log).
PWD
, which causes strange behavior if you overwrite the variable manually)CI_RUNNER_TAGS
was missing in general, which is required if you build HIP builds with enabled testsAlso improved the output. Group the variables by prefix and sort the output.