We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to refactor how we push the nightlies from the public docker hub to a private AWS ECR registry.
Only nightlies are pushed to AWS. https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/build-and-push-docker-images-to-amazon-ecr-using-github-actions-and-terraform.html
The communication with AWS should use OIDC.
The text was updated successfully, but these errors were encountered:
fabergat
No branches or pull requests
Feature - Push nighties docker images to AWS ECR
1. Description
I want to refactor how we push the nightlies from the public docker hub to a private AWS ECR registry.
2. Technical Details:
Only nightlies are pushed to AWS.
https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/build-and-push-docker-images-to-amazon-ecr-using-github-actions-and-terraform.html
The communication with AWS should use OIDC.
2.1 Acceptance Criteria:
3. Related Issues and Pull Requests (optional):
The text was updated successfully, but these errors were encountered: