Single workflow with target matrix#208
Merged
tuler merged 1 commit intofeature/additional-container-releasesfrom Mar 24, 2025
Merged
Single workflow with target matrix#208tuler merged 1 commit intofeature/additional-container-releasesfrom
tuler merged 1 commit intofeature/additional-container-releasesfrom
Conversation
|
18ffc98 to
77fd71c
Compare
|
No dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No dependency changes detected in pull request |
Contributor
Coverage Report for ./apps/cli
File CoverageNo changed files found. |
6a1f908 to
797091f
Compare
dad7151 to
adb7dc3
Compare
d8ab794 to
11ebf47
Compare
465f416 to
ddecfab
Compare
19b4ded to
d6c9129
Compare
endersonmaia
approved these changes
Mar 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR uses a single GitHub Actions workflow for all 3 docker images produced by SDK.
First it uses a matrix job with the meta task to generate meta for all 3 images.
Then it uses a single bake action with multiple targets.
This strategy does not need a different docker cache strategy, as bake already provides that.