Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Tag/name images with branch name #92
base: main
Are you sure you want to change the base?
Tag/name images with branch name #92
Changes from 17 commits
210a476
b92f2e0
1325862
0f568bd
a61492e
bef028f
cc8b93a
9c659b3
8b5e5f8
dabe91a
765c225
6167bff
af4c5d0
34baeb8
4871b3c
daf41fd
076c525
ef6c932
29c8f11
b89f9b0
71c7280
007b168
b448886
61e3dcf
ada7d44
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure the logic here is correct.
Branches publish many AMIs. If we only save a single AMI from a current branch (as done in the next line), we'd discard many legitimate AMIs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've given the GC logic another go based on our discussion. Please take a look.