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

Allow overriding REGISTRY_ORGS from outside #4589

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

turkenh
Copy link
Member

@turkenh turkenh commented Sep 7, 2023

Description of your changes

This is a tiny PR that allows overriding REGISTRY_ORGS make variable from terminal. This is helpful for building and publishing a multi-arch image in a custom registry (e.g. dockerhub), usually for sharing a test image from local changes/open PRs.

make build.all publish REGISTRY_ORGS="docker.io/turkenh" BRANCH_NAME=master

Please note this is still not a perfect solution but rather a workaround since the above command would fail at a later stage after successfully pushing the image to the registry but could be ignored for the given use case.

Context: #4444 (comment)

I have:

  • Read and followed Crossplane's contribution process.
  • Added or updated unit and E2E tests for my change.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR, if necessary.
  • Opened a PR updating the docs, if necessary.

Signed-off-by: Hasan Turken <turkenh@gmail.com>
@turkenh turkenh merged commit a0d7e61 into crossplane:master Sep 7, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants