-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Which problem is this PR solving? - Part of #5889 ## Description of the changes - simplify all-in-one publishing by minimizing number of parameters passed from workflow (v1/v2 only instead of binary name and healthcheck flag - those are now set inside the script) - implement overwrite `-o` flag in docker scripts to avoid accidental overriding of numbered releases - simplify flags management in docker scripts via FLAGS array instead of individual variables - fix base image building to respect selected platforms (by default it was building all) - allow `scripts/compute-version.sh` to accept semver with `-rcN` suffix ## How was this change tested? - CI - ran publish-release workflow manually https://github.com/jaegertracing/jaeger/actions/runs/10865002272/job/30150937690 --------- Signed-off-by: Yuri Shkuro <github@ysh.us>
- Loading branch information
1 parent
7d6ebaa
commit 4640518
Showing
9 changed files
with
175 additions
and
102 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.