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

Stage and promote operator catalog and bundle #1598

Merged

Conversation

TheRealHaoLiu
Copy link
Member

@TheRealHaoLiu TheRealHaoLiu commented Oct 17, 2023

SUMMARY

preparing for automatically release to operator hub

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
ADDITIONAL INFORMATION

docker pull ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }}
docker tag ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }} quay.io/${{ github.repository }}:${{ github.event.release.tag_name }}
docker tag ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }} quay.io/${{ github.repository }}:latest
docker push quay.io/${{ github.repository }}:${{ github.event.release.tag_name }}
docker push quay.io/${{ github.repository }}:latest
# Promote bundle image
docker pull ghcr.io/${{ github.repository }}-bundle:v${{ github.event.release.tag_name }}
docker tag ghcr.io/${{ github.repository }}-bundle:v${{ github.event.release.tag_name }} quay.io/${{ github.repository }}-bundle:v${{ github.event.release.tag_name }}
Copy link
Member

Choose a reason for hiding this comment

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

This PR looks good, CI is just complaining because some lines are too long. You should be able to just add #noqa at the end of those lines.

@TheRealHaoLiu
Copy link
Member Author

@rooftopcellist i think we need to run make bundle before running make bundle-build right?

@TheRealHaoLiu TheRealHaoLiu force-pushed the stage-and-promote-catalog-n-bundle branch 2 times, most recently from ece6d40 to bbc7684 Compare October 18, 2023 18:12
@TheRealHaoLiu TheRealHaoLiu merged commit d4c1fda into ansible:devel Oct 24, 2023
6 checks passed
@TheRealHaoLiu TheRealHaoLiu deleted the stage-and-promote-catalog-n-bundle branch October 24, 2023 17:06
TheRealHaoLiu added a commit that referenced this pull request Oct 24, 2023
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.

2 participants