Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix unspecified version at runtime in docker images (#1903)
Docker images are built with the `vunspecified` version, which comes because the release step does not use the current [Git context of the buildx action](https://github.com/docker/build-push-action?tab=readme-ov-file#git-context): > Be careful because any file mutation in the steps that precede the build step will be ignored, including processing of the .dockerignore file since the context is based on the Git reference. However, you can use the [Path context](https://github.com/docker/build-push-action?tab=readme-ov-file#path-context) using the [context input](https://github.com/docker/build-push-action?tab=readme-ov-file#inputs) alongside the [actions/checkout](https://github.com/actions/checkout/) action to remove this restriction.
- Loading branch information