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

Mirror Upbound/Crossplane to Spaces artifacts registry #472

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

turkenh
Copy link
Member

@turkenh turkenh commented Sep 16, 2024

Description of your changes

Mirrors Upbound/Crossplane images to Spaces Artifacts Registry from main and release branches.

I have:

  • Read and followed Upbound's contribution process.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR, as appropriate.

How has this code been tested

CI

@turkenh turkenh closed this Sep 16, 2024
@turkenh turkenh reopened this Sep 16, 2024
uses: imjasonh/setup-crane@v0.4

- name: Copy Upbound Crossplane image to Spaces Artifacts Registry
run: crane cp xpkg.upbound.io/upbound/crossplane:${{ CROSSPLANE_VERSION }} xpkg.upbound.io/spaces-artifacts/crossplane:${{ CROSSPLANE_VERSION }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CROSSPLANE_VERSION variable doesn't exist in the workflow.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be set by the Set Crossplane Version step before.
The problem seems to be ${{ CROSSPLANE_VERSION }} vs `${CROSSPLANE_VERSION}, which should be fixed now.

@turkenh turkenh force-pushed the push-to-spaces-artifacts branch 2 times, most recently from 35817d3 to b873c9d Compare September 16, 2024 10:32
Signed-off-by: Hasan Turken <turkenh@gmail.com>
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.

3 participants