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

[container images] Support for pushing testing containers to ghcr.io #1755

Merged
merged 3 commits into from
Apr 17, 2024

Conversation

TrevorBenson
Copy link
Collaborator

@TrevorBenson TrevorBenson commented Apr 14, 2024

Implements a variation on the current logic to always push container images. Production images still go to Docker Hub, while testing images go to GitHub Container Registry and are private except when the container package has permissions granted to github users.

This PR builds on top of PR #1750, as it addressed issue #1748 where a non production cardano version could be the tag of the image while the image actually includes the older production node version from the master branch.

closes #1753

@rdlrt
Copy link
Contributor

rdlrt commented Apr 16, 2024

This PR builds on top of PR #1750

Best to use base branch as that of #1750 in that case - so that this PR could be merged first and then 1750, merging 1750 naturally causes conflicts with alpha that needs to be resolved first now

@TrevorBenson
Copy link
Collaborator Author

This PR builds on top of PR #1750

Best to use base branch as that of #1750 in that case - so that this PR could be merged first and then 1750, merging 1750 naturally causes conflicts with alpha that needs to be resolved first now

I see that 1750 was merged. What is the conflicts that need to be resolved from 1750?

@rdlrt rdlrt merged commit 73e3343 into cardano-community:alpha Apr 17, 2024
1 check passed
@TrevorBenson TrevorBenson deleted the feature/ghcr branch May 1, 2024 17:06
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.

[container] push testing images to a GitHub Container Registry
2 participants