Description:
The Microcks Test GitHub action is currently pinned to a very old version of the microcks-cli docker image (0.5.6). The current stable version of the CLI is 1.0.2.
Updating to the latest version will ensure users benefit from:
- Improved stability and bug fixes.
- Support for newer Microcks features and API changes.
- Better performance and security updates in the underlying image.
Proposed Changes:
Update the image field in action.yml (line 42):
runs:
using: 'docker'
image: 'docker://quay.io/microcks/microcks-cli:1.0.2'
@lbroudoux , please review and approve this proposal. Once approved, I will submit a Pull Request to update the CLI version across the repository.
Description:
The
Microcks Test GitHub actionis currently pinned to a very old version of themicrocks-clidocker image (0.5.6). The current stable version of the CLI is1.0.2.Updating to the latest version will ensure users benefit from:
Proposed Changes:
Update the
imagefield inaction.yml(line 42):@lbroudoux , please review and approve this proposal. Once approved, I will submit a Pull Request to update the CLI version across the repository.