-
Notifications
You must be signed in to change notification settings - Fork 1
Migrate get-distribution-variants to docker-actions [DI-580]
#29
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
Conversation
nishaatr
left a comment
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.
feels overkill (also considering have to run bash to do nothing)
potentially could go into some shared scripts but that would still need fetching
just saying!
|
|
||
| outputs: | ||
| classifiers: | ||
| value: '["slim", ""]' |
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.
small comment as to why "" would be good!
ldziedziul
left a comment
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.
Please add even a simplistic test-get-distribution-variants.yml to catch silly issues like typos.
776955b to
4436770
Compare
4436770 to
37561d9
Compare
|
Co-authored-by: Łukasz Dziedziul <[email protected]>
|
See hazelcast/docker-actions#29 Changes: - migrated `get-distribution-variants` workflow to `docker_actions` - simplified output of `get-distribution-variants` to simply output the classifier, not also the suffix (derived from the classifier) - updated `get-tags-to-push` to support a classifier input (what it actually expected) instead of a generic `SUFFIX` input - dynamically computed the `SUFFIX` in the only place we _actually_ need it [Successful PR execution when pointing at the new `docker-actions` branch](https://github.com/hazelcast/hazelcast-docker/actions/runs/19537701012) - now it's pointing at `master`, will fail until merged. _Partially addresses_: [DI-580](https://hazelcast.atlassian.net/browse/DI-580) [DI-580]: https://hazelcast.atlassian.net/browse/DI-580?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ



See hazelcast/hazelcast-docker#1165
Changes:
Partially addresses: DI-580