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

Push images to Public ECR #450

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Push images to Public ECR #450

merged 1 commit into from
Dec 16, 2024

Conversation

DrJosh9000
Copy link
Contributor

@DrJosh9000 DrJosh9000 commented Dec 11, 2024

What

Publish dev builds (anything CI has run on but is not tagged with a version) to Public ECR only - in specific -dev repo paths.

Publish release builds to both Public ECR and GHCR.

Why

Addresses one of the key issues raised in #384 - currently it is not easy to disambiguate supported release builds from random dev builds just by looking at the GitHub Packages page. Moving the dev builds to separate dev repos accomplishes this.

Public ECR was also chosen because it is easy to set up with Terraform, and supports OIDC-assumable roles for pushing.

At some point we should also push releases to Buildkite Packages 😄

@DrJosh9000 DrJosh9000 force-pushed the push-to-public-ecr branch 4 times, most recently from f976131 to 45b6ac7 Compare December 12, 2024 00:28
@DrJosh9000 DrJosh9000 marked this pull request as ready for review December 12, 2024 00:29
Copy link

@yob yob left a comment

Choose a reason for hiding this comment

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

LGTM, let's try it and iterate if we need to 👍

@DrJosh9000 DrJosh9000 merged commit 3d624ef into main Dec 16, 2024
1 check passed
@DrJosh9000 DrJosh9000 deleted the push-to-public-ecr branch December 16, 2024 03:39
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