You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* let's run params-env workflow also on push
Let's run the params-env workflow that checks values in params.env
and commit.env files also on push event and also on dispatch_workflow.
* enhance the check-params-env.sh to also check uniqueness of values
Up to now, it only checked that variables used in params.env file are
unique. This change checks also that the images referenced are unique as
we don't expect any of the given variables to hold the same reference.
* check-params-env.sh prints also time of creation of the checked image
---------
Co-authored-by: Jan Stourac <[email protected]>
echo"ERROR: The string '${expected_string}' isn't present in the image metadata at all. Please check that the referenced image '${img_url}' is the correct one!"
49
55
return 1
50
56
}
51
57
58
+
echo"Image created: '${img_created}'"
59
+
52
60
# TODO: we shall extend this check to check also Label "io.openshift.build.commit.ref" value (e.g. '2024a') or something similar
0 commit comments