Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Makefile target for pushing must-gather image #546

Merged

Commits on Jul 17, 2024

  1. Add Makefile target for pushing must-gather image

    The must-gather target had a reference to a non-existent target called
    `must-gather-push`, which resulted in the following error when you
    attempted to build the must-gather image locally:
    
      make: *** No rule to make target 'must-gather-push', needed by 'must-gather'.  Stop.
    
    This commit adds in the missing Makefile target to push the image to a
    specific image registry so that you can build must-gather images locally
    and push them to your own registry (e.g., useful for testing).
    rhmdnd committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2da3481 View commit details
    Browse the repository at this point in the history