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
currently this action expects variable referencing images to start with a prefix referenced by: RELATED_IMAGE_ENV_PREFIX.
This approach might be hard to use for preexisting operators. Allow for additional logic:
provide a list of environment variables that reference images.
scan for environment variable values and consider those that match to an image, via regexp.
The user should be able to activate either or all of those approaches.
The text was updated successfully, but these errors were encountered:
currently this action expects variable referencing images to start with a prefix referenced by:
RELATED_IMAGE_ENV_PREFIX
.This approach might be hard to use for preexisting operators. Allow for additional logic:
The user should be able to activate either or all of those approaches.
The text was updated successfully, but these errors were encountered: