FAQ | This is a LIVE service | Changelog

PUSH_TEST_IMAGES badly checked

The CI variable PUSH_TEST_IMAGES is intended to determine whether an image should be pushed to the container registry (in to the test subfolder) for non-master pipelines.

The actual check used is for a non-empty value.

Currently, the variable is set to "False" which would imply no test images are created but the check will be succeed and push the images.